aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-05-21 15:59:34 +0000
committerEric Andersen <andersen@codepoet.org>2001-05-21 15:59:34 +0000
commit2f6e1f880b630751fa20cb29bafc06aa0f3d0fcb (patch)
treeb5eeecf2b4d3f523412168b046ada344f333289f /applets
parent13a70ac2ab7cd2b87e7a8618c64b72b84e9fcabc (diff)
downloadbusybox-2f6e1f880b630751fa20cb29bafc06aa0f3d0fcb.tar.gz
Patch from Gernot Poerner <gp@it-netservice.de>. Adds in
mount bind support.
Diffstat (limited to 'applets')
-rw-r--r--applets/usage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/applets/usage.h b/applets/usage.h
index 9b83297e4..dd100332c 100644
--- a/applets/usage.h
+++ b/applets/usage.h
@@ -1087,7 +1087,7 @@
#define USAGE_MTAB(a)
#endif
#define mount_trivial_usage \
- "[flags] device directory [-o options,more-options]"
+ "[flags] device node [-o options,more-options]"
#define mount_full_usage \
"Mount a filesystem\n\n" \
"Flags:\n" \
@@ -1112,6 +1112,7 @@
"\tsuid/nosuid:\tAllow set-user-id-root programs / disallow them.\n" \
"\tremount:\tRe-mount a mounted filesystem, changing its flags.\n" \
"\tro/rw:\t\tMount for read-only / read-write.\n" \
+ "\tbind:\t\tUse the linux 2.4.x \"bind\" feature.\n" \
"\nThere are EVEN MORE flags that are specific to each filesystem.\n" \
"You'll have to see the written documentation for those."
#define mount_example_usage \