diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-04-08 01:09:11 +0200 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-04-08 02:42:50 +0200 |
commit | 3906ab4adf0aa7b952e39100262a11acd55cd79b (patch) | |
tree | 62299c6dc8b550cba35f54ba137a4b49e8dc225b /src/timedate/timedatectl.c | |
parent | d67b1f525f488e5dfc076972cccf2a6411257fb8 (diff) |
timedatectl: trim --help output to 80 chars
Diffstat (limited to 'src/timedate/timedatectl.c')
-rw-r--r-- | src/timedate/timedatectl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timedate/timedatectl.c b/src/timedate/timedatectl.c index 58a92d3158..8416bb5607 100644 --- a/src/timedate/timedatectl.c +++ b/src/timedate/timedatectl.c @@ -331,7 +331,7 @@ static void help(void) { " set-timezone ZONE Set system time zone\n" " list-timezones Show known time zones\n" " set-local-rtc BOOL Control whether RTC is in local time\n" - " set-ntp BOOL Control whether network time synchronization is enabled\n", + " set-ntp BOOL Enable or disable network time synchronization\n", program_invocation_short_name); } |