From: Karel Zak Date: Fri, 5 Apr 2013 11:19:13 +0000 (+0200) Subject: rtcwake: add --auto to usage() X-Git-Tag: v2.23-rc2~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=49ebda9b89fc7360d15ca651b8492633b3bbc1d7;p=thirdparty%2Futil-linux.git rtcwake: add --auto to usage() Signed-off-by: Karel Zak --- diff --git a/sys-utils/rtcwake.c b/sys-utils/rtcwake.c index de6daea86f..369b0c8716 100644 --- a/sys-utils/rtcwake.c +++ b/sys-utils/rtcwake.c @@ -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 specifies the path to the adjust file\n" " the default is %s\n"), _PATH_ADJTIME);