diff options
-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); } |