diff options
Diffstat (limited to 'usage.c')
-rw-r--r-- | usage.c | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1012,6 +1012,16 @@ const char ping_usage[] = | |||
1012 | #endif | 1012 | #endif |
1013 | #endif | 1013 | #endif |
1014 | 1014 | ||
1015 | #if defined BB_PIVOT_ROOT | ||
1016 | const char pivot_root_usage[] = | ||
1017 | "pivot_root new_root put_old" | ||
1018 | #ifndef BB_FEATURE_TRIVIAL_HELP | ||
1019 | "\n\nMove the current root file system to put_old and make new_root\n" | ||
1020 | "the new root file system." | ||
1021 | #endif | ||
1022 | ; | ||
1023 | #endif | ||
1024 | |||
1015 | #if defined BB_POWEROFF | 1025 | #if defined BB_POWEROFF |
1016 | const char poweroff_usage[] = | 1026 | const char poweroff_usage[] = |
1017 | "poweroff" | 1027 | "poweroff" |