summaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock.c
diff options
context:
space:
mode:
authorJ William Piggott2017-07-02 02:16:48 +0200
committerJ William Piggott2017-07-10 22:02:08 +0200
commitcb8e26cc5973b51eafc87addceedceed42aa7b27 (patch)
tree094ee03a809faa3f9262e46c139ca705ce4db553 /sys-utils/hwclock.c
parenthwclock: usage() use program_invocation_short_name (diff)
downloadkernel-qcow2-util-linux-cb8e26cc5973b51eafc87addceedceed42aa7b27.tar.gz
kernel-qcow2-util-linux-cb8e26cc5973b51eafc87addceedceed42aa7b27.tar.xz
kernel-qcow2-util-linux-cb8e26cc5973b51eafc87addceedceed42aa7b27.zip
hwclock: final usage() strings slice
Signed-off-by: J William Piggott <elseifthen@gmx.com>
Diffstat (limited to 'sys-utils/hwclock.c')
-rw-r--r--sys-utils/hwclock.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c
index f738a954d..d173e5ab4 100644
--- a/sys-utils/hwclock.c
+++ b/sys-utils/hwclock.c
@@ -1236,7 +1236,8 @@ usage(const struct hwclock_control *ctl)
#endif
puts(_(" --update-drift update the RTC drift factor"));
printf(_(
- " --noadjfile do not use %1$s\n"
+ " --noadjfile do not use %1$s\n"), _PATH_ADJTIME);
+ 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"));