]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
hwclock: final usage() strings slice
authorJ William Piggott <elseifthen@gmx.com>
Sun, 2 Jul 2017 00:16:48 +0000 (20:16 -0400)
committerJ William Piggott <elseifthen@gmx.com>
Mon, 10 Jul 2017 20:02:08 +0000 (16:02 -0400)
Signed-off-by: J William Piggott <elseifthen@gmx.com>
sys-utils/hwclock.c

index f738a954dccff39c0438b1544219fbd6d18e4115..d173e5ab4191850119744059381dd118bd34cd12 100644 (file)
@@ -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"));