]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
hwclock: make usage() change translator friendly
authorSami Kerola <kerolasa@iki.fi>
Tue, 22 Jan 2013 23:27:08 +0000 (23:27 +0000)
committerKarel Zak <kzak@redhat.com>
Fri, 25 Jan 2013 15:40:05 +0000 (16:40 +0100)
The --compare option from 83765871ef0d6c554c46027577648b77c7351a78 is
made to be separate fputs() line.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
sys-utils/hwclock.c

index 5235fb85589b7b28149a318c6774dacebbb1c88a..9256ec5bd5d9263955bda8bf02fbabee0def17d2 100644 (file)
@@ -1443,8 +1443,8 @@ static void usage(const char *fmt, ...)
                " -w, --systohc        set the hardware clock from the current system time\n"
                "     --systz          set the system time based on the current timezone\n"
                "     --adjust         adjust the RTC to account for systematic drift since\n"
-               "                        the clock was last set or adjusted\n"
-               " -c, --compare        periodically compare the system clock with the CMOS clock\n"), usageto);
+               "                        the clock was last set or adjusted\n"), usageto);
+       fputs(_(" -c, --compare        periodically compare the system clock with the CMOS clock\n"), usageto);
 #ifdef __linux__
        fputs(_("     --getepoch       print out the kernel's hardware clock epoch value\n"
                "     --setepoch       set the kernel's hardware clock epoch value to the \n"