]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
hwclock: fix in usage()
authorKarel Zak <kzak@redhat.com>
Wed, 3 Oct 2012 09:41:52 +0000 (11:41 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 3 Oct 2012 09:41:52 +0000 (11:41 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/hwclock.c

index 351ce1f37152a67528b6133a153f32ea0bbb61b7..04aa650a0f6402efd0802a884204b830b9b8b6b3 100644 (file)
@@ -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"