The --compare option from 83765871ef0d6c554c46027577648b77c7351a78 is made to be separate fputs() line. Signed-off-by: Sami Kerola <kerolasa@xxxxxx> --- sys-utils/hwclock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c index 04aa650..c7c14df 100644 --- a/sys-utils/hwclock.c +++ b/sys-utils/hwclock.c @@ -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" -- 1.8.1.1 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html