summaryrefslogtreecommitdiffstats
path: root/sys-utils/rtcwake.c
diff options
context:
space:
mode:
authorKarel Zak2013-04-05 13:19:13 +0200
committerKarel Zak2013-04-05 13:19:13 +0200
commit49ebda9b89fc7360d15ca651b8492633b3bbc1d7 (patch)
tree8e593b84a1d7a5f79a9be8c181ae29954ce9a364 /sys-utils/rtcwake.c
parentreadprofile: reorder options in man page (diff)
downloadkernel-qcow2-util-linux-49ebda9b89fc7360d15ca651b8492633b3bbc1d7.tar.gz
kernel-qcow2-util-linux-49ebda9b89fc7360d15ca651b8492633b3bbc1d7.tar.xz
kernel-qcow2-util-linux-49ebda9b89fc7360d15ca651b8492633b3bbc1d7.zip
rtcwake: add --auto to usage()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/rtcwake.c')
-rw-r--r--sys-utils/rtcwake.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-utils/rtcwake.c b/sys-utils/rtcwake.c
index de6daea86..369b0c871 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 <file> specifies the path to the adjust file\n"
" the default is %s\n"), _PATH_ADJTIME);