From: Karel Zak Date: Wed, 3 Oct 2012 09:41:52 +0000 (+0200) Subject: hwclock: fix in usage() X-Git-Tag: v2.23-rc1~655 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7b59bb27f9514e387dd03ebd5e09581fbbea798;p=thirdparty%2Futil-linux.git hwclock: fix in usage() Signed-off-by: Karel Zak --- diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c index 351ce1f371..04aa650a0f 100644 --- a/sys-utils/hwclock.c +++ b/sys-utils/hwclock.c @@ -1444,7 +1444,7 @@ static void usage(const char *fmt, ...) " --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); + " -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"