diff options
Diffstat (limited to 'usage.c')
-rw-r--r-- | usage.c | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -855,6 +855,18 @@ const char pwd_usage[] = | |||
855 | ; | 855 | ; |
856 | #endif | 856 | #endif |
857 | 857 | ||
858 | #if defined BB_RDATE | ||
859 | const 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 |
859 | const char reboot_usage[] = | 871 | const char reboot_usage[] = |
860 | "reboot\n" | 872 | "reboot\n" |