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