projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d67b1f5
)
timedatectl: trim --help output to 80 chars
author
Ronny Chevalier
<chevalier.ronny@gmail.com>
Tue, 7 Apr 2015 23:09:11 +0000
(
01:09
+0200)
committer
Ronny Chevalier
<chevalier.ronny@gmail.com>
Wed, 8 Apr 2015 00:42:50 +0000
(
02:42
+0200)
src/timedate/timedatectl.c
patch
|
blob
|
history
diff --git
a/src/timedate/timedatectl.c
b/src/timedate/timedatectl.c
index 58a92d3158c3cf0a37104f204f139a4173aa9003..8416bb5607b8a5f8e88762f43e0fbe00952c1e90 100644
(file)
--- 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);
}