timedatectl: trim --help output to 80 chars

This commit is contained in:
Ronny Chevalier 2015-04-08 01:09:11 +02:00
parent d67b1f525f
commit 3906ab4adf

View file

@ -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);
}