From 3906ab4adf0aa7b952e39100262a11acd55cd79b Mon Sep 17 00:00:00 2001 From: Ronny Chevalier Date: Wed, 8 Apr 2015 01:09:11 +0200 Subject: timedatectl: trim --help output to 80 chars --- src/timedate/timedatectl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/timedate') 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); } -- cgit v1.2.3-54-g00ecf