]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
rtcwake: add --auto to usage()
authorKarel Zak <kzak@redhat.com>
Fri, 5 Apr 2013 11:19:13 +0000 (13:19 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 5 Apr 2013 11:19:13 +0000 (13:19 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/rtcwake.c

index de6daea86fc6268feae59d5e4587b0ed109e375c..369b0c87160ffe58b2023d4984b279d49106ae9e 100644 (file)
@@ -72,6 +72,7 @@ static void __attribute__((__noreturn__)) usage(FILE *out)
              _(" %s [options]\n"), program_invocation_short_name);
 
        fputs(USAGE_OPTIONS, out);
+       fputs(_(" -a, --auto               reads the clock mode from adjust file (default)\n"), out);
        fprintf(out,
              _(" -A, --adjfile <file>     specifies the path to the adjust file\n"
                "                            the default is %s\n"), _PATH_ADJTIME);