aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-02-13 20:04:30 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-02-13 20:04:30 +0000
commit5e7e2468e05ce0a6035166e9f09d46b412709e5e (patch)
treea8faf540fe49e308e52e1694e00f280ac51b9192 /applets
parent5ba21f50e1bfc0b1c168d988ae9703cc30861dae (diff)
downloadbusybox-w32-5e7e2468e05ce0a6035166e9f09d46b412709e5e.tar.gz
busybox-w32-5e7e2468e05ce0a6035166e9f09d46b412709e5e.tar.bz2
busybox-w32-5e7e2468e05ce0a6035166e9f09d46b412709e5e.zip
Apply a patch from Evin Robertson -- new pivot_root applet.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@1799 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rw-r--r--applets/usage.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/applets/usage.c b/applets/usage.c
index 52c0a6915..13107c6e0 100644
--- a/applets/usage.c
+++ b/applets/usage.c
@@ -1012,6 +1012,16 @@ const char ping_usage[] =
1012#endif 1012#endif
1013#endif 1013#endif
1014 1014
1015#if defined BB_PIVOT_ROOT
1016const 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
1016const char poweroff_usage[] = 1026const char poweroff_usage[] =
1017 "poweroff" 1027 "poweroff"