From cb8e26cc5973b51eafc87addceedceed42aa7b27 Mon Sep 17 00:00:00 2001 From: J William Piggott Date: Sat, 1 Jul 2017 20:16:48 -0400 Subject: [PATCH] hwclock: final usage() strings slice Signed-off-by: J William Piggott --- sys-utils/hwclock.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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")); -- 2.47.2