summaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock.c
diff options
context:
space:
mode:
authorJ William Piggott2017-07-02 20:09:41 +0200
committerJ William Piggott2017-07-10 22:05:24 +0200
commit2b1aa087340f315f076565bb2eab6c8277d6a742 (patch)
tree27d99391c10129868a7fd177bb888e9620b7eb52 /sys-utils/hwclock.c
parentdocs: update boilerplate.c usage() (diff)
downloadkernel-qcow2-util-linux-2b1aa087340f315f076565bb2eab6c8277d6a742.tar.gz
kernel-qcow2-util-linux-2b1aa087340f315f076565bb2eab6c8277d6a742.tar.xz
kernel-qcow2-util-linux-2b1aa087340f315f076565bb2eab6c8277d6a742.zip
hwclock: sync one-liner descriptions
Make whatisdb/manpage and usage() one-line descriptions match. Also update the description; hwclock has evolved into much more than reading and setting the Hardware Clock. It also sets the System Clock, warps the System Clock, sets the kernel time configurations, and more. Signed-off-by: J William Piggott <elseifthen@gmx.com>
Diffstat (limited to 'sys-utils/hwclock.c')
-rw-r--r--sys-utils/hwclock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c
index d173e5ab4..a3cd49a38 100644
--- a/sys-utils/hwclock.c
+++ b/sys-utils/hwclock.c
@@ -1206,7 +1206,7 @@ usage(const struct hwclock_control *ctl)
printf(_(" %s [function] [option...]\n"), program_invocation_short_name);
fputs(USAGE_SEPARATOR, stdout);
- puts(_("Query or set the RTC (Real Time Clock / Hardware Clock)"));
+ puts(_("Time clocks utility."));
fputs(USAGE_FUNCTIONS, stdout);
puts(_(" -r, --show display the RTC time"));