From: J William Piggott Date: Sun, 2 Jul 2017 00:16:48 +0000 (-0400) Subject: hwclock: final usage() strings slice X-Git-Tag: v2.31-rc1~222 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cb8e26cc5973b51eafc87addceedceed42aa7b27;p=thirdparty%2Futil-linux.git hwclock: final usage() strings slice Signed-off-by: J William Piggott --- diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c index f738a954dc..d173e5ab41 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 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"));