aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-03-07 22:49:53 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-03-07 22:49:53 +0000
commit908718db94195333164493188aa2d578551bc2cf (patch)
treeac7e5fe8744f33efc6e447b4cc99ccaa1d38de46
parent871b8f4e3a6fcadcc691f6b6e290123cc41bdb9a (diff)
downloadbusybox-w32-908718db94195333164493188aa2d578551bc2cf.tar.gz
busybox-w32-908718db94195333164493188aa2d578551bc2cf.tar.bz2
busybox-w32-908718db94195333164493188aa2d578551bc2cf.zip
fix umount usage message
git-svn-id: svn://busybox.net/trunk/busybox@18028 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--include/usage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 5073c9b8a..a98d52e24 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -3357,7 +3357,8 @@
3357#define umount_full_usage \ 3357#define umount_full_usage \
3358 "Unmount file systems" \ 3358 "Unmount file systems" \
3359 "\n\nOptions:\n" \ 3359 "\n\nOptions:\n" \
3360 "\n -a Unmount all file systems" USE_FEATURE_MTAB_SUPPORT(" in /etc/mtab") \ 3360 USE_FEATURE_UMOUNT_ALL( \
3361 "\n -a Unmount all file systems" USE_FEATURE_MTAB_SUPPORT(" in /etc/mtab")) \
3361 USE_FEATURE_MTAB_SUPPORT( \ 3362 USE_FEATURE_MTAB_SUPPORT( \
3362 "\n -n Don't erase /etc/mtab entries") \ 3363 "\n -n Don't erase /etc/mtab entries") \
3363 "\n -r Try to remount devices as read-only if mount is busy" \ 3364 "\n -r Try to remount devices as read-only if mount is busy" \