diff options
Diffstat (limited to 'usage.c')
-rw-r--r-- | usage.c | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -876,6 +876,16 @@ const char renice_usage[] = | |||
876 | ; | 876 | ; |
877 | #endif | 877 | #endif |
878 | 878 | ||
879 | |||
880 | #if defined BB_RESET | ||
881 | const char reset_usage[] = | ||
882 | "reset\n" | ||
883 | #ifndef BB_FEATURE_TRIVIAL_HELP | ||
884 | "\nResets the screen.\n" | ||
885 | #endif | ||
886 | ; | ||
887 | #endif | ||
888 | |||
879 | #if defined BB_RM | 889 | #if defined BB_RM |
880 | const char rm_usage[] = | 890 | const char rm_usage[] = |
881 | "rm [OPTION]... FILE...\n" | 891 | "rm [OPTION]... FILE...\n" |