summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@bootlin.com>2019-12-14 23:19:41 +0100
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2019-12-14 23:19:41 +0100
commit383a04e6d4d263e1075314022720531f5eecddfd (patch)
treeefa0d8804eaa507de4154885e480391e1fdf15f7
parentadb52851e348b281615bada08afb7e0d3e7748cf (diff)
downloadrtc-tools-383a04e6d4d263e1075314022720531f5eecddfd.tar.gz
rtc: document vlrd and vlclr
Document the vlrd and vlclr commands Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-rw-r--r--rtc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rtc.c b/rtc.c
index 1223d4f..be59315 100644
--- a/rtc.c
+++ b/rtc.c
@@ -41,6 +41,8 @@ static void usage(char *name)
fprintf(stderr, " %s almset YYYY-MM-DDThh:mm:ss [rtc]\n", name);
fprintf(stderr, " %s aieon [rtc]\n", name);
fprintf(stderr, " %s aieoff [rtc]\n", name);
+ fprintf(stderr, " %s vlrd [rtc]\n", name);
+ fprintf(stderr, " %s vlclr [rtc]\n", name);
exit(EINVAL);
}