aboutsummaryrefslogtreecommitdiff
path: root/applets/usage.c
diff options
context:
space:
mode:
Diffstat (limited to 'applets/usage.c')
-rw-r--r--applets/usage.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/applets/usage.c b/applets/usage.c
index eaa77cc84..7cd05c8f2 100644
--- a/applets/usage.c
+++ b/applets/usage.c
@@ -855,6 +855,18 @@ const char pwd_usage[] =
;
#endif
+#if defined BB_RDATE
+const char rdate_usage[] =
+ "rdate [OPTION] HOST\n"
+#ifndef BB_FEATURE_TRIVIAL_HELP
+ "\nGet and possibly set the system date and time from a remote HOST.\n"
+ "Options:\n"
+ "\t-s\tSet the system date and time (default).\n"
+ "\t-p\tPrint the date and time.\n"
+#endif
+ ;
+#endif
+
#if defined BB_REBOOT
const char reboot_usage[] =
"reboot\n"