summaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock.c
diff options
context:
space:
mode:
authorJ William Piggott2017-09-04 03:17:28 +0200
committerKarel Zak2017-09-05 12:33:19 +0200
commit08e3c9e6620232aa5433d102d3f8ac28bbae01b0 (patch)
tree7952cfdeca49b2d12d2713b38bea47eff212c004 /sys-utils/hwclock.c
parentMerge branch '170825' of github.com:jwpi/util-linux (diff)
downloadkernel-qcow2-util-linux-08e3c9e6620232aa5433d102d3f8ac28bbae01b0.tar.gz
kernel-qcow2-util-linux-08e3c9e6620232aa5433d102d3f8ac28bbae01b0.tar.xz
kernel-qcow2-util-linux-08e3c9e6620232aa5433d102d3f8ac28bbae01b0.zip
hwclock: update usage()
Improve usage strings for debug and version. 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 9fb631f6f..bf5459783 100644
--- a/sys-utils/hwclock.c
+++ b/sys-utils/hwclock.c
@@ -1101,7 +1101,7 @@ usage(void)
printf(_(
" --adjfile <file> use an alternate file to %1$s\n"), _PATH_ADJTIME);
puts(_(" --test dry run; use -D to view what would have happened"));
- puts(_(" -D, --debug use debug mode"));
+ puts(_(" -D, --debug display more details"));
fputs(USAGE_SEPARATOR, stdout);
printf(USAGE_HELP_OPTIONS(22));
printf(USAGE_MAN_TAIL("hwclock(8)"));