aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-02-14 12:00:21 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-02-14 12:00:21 +0000
commitb2e578a1f2c3cf317b391a7d2c059d6a5f5368b8 (patch)
tree06e233fda89ffde5fd47511e222a003c79c67d5a /include
parent773f6710c1f5d432348c67bd363edc281cb14221 (diff)
downloadbusybox-w32-b2e578a1f2c3cf317b391a7d2c059d6a5f5368b8.tar.gz
busybox-w32-b2e578a1f2c3cf317b391a7d2c059d6a5f5368b8.tar.bz2
busybox-w32-b2e578a1f2c3cf317b391a7d2c059d6a5f5368b8.zip
umount: instead of non-standard -D, use -d with opposite meaning
(closes bug 1604) umount: do not try to free loop device or erase mtab if remounted ro umount: do not complain several times about the same mountpoint function old new delta umount_main 646 638 -8 packed_usage 23662 23652 -10 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-18) Total: -18 bytes
Diffstat (limited to 'include')
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index df15dbb46..061cb5568 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -3996,7 +3996,7 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when
3996 "\n -l Lazy umount (detach filesystem)" \ 3996 "\n -l Lazy umount (detach filesystem)" \
3997 "\n -f Force umount (i.e., unreachable NFS server)" \ 3997 "\n -f Force umount (i.e., unreachable NFS server)" \
3998 USE_FEATURE_MOUNT_LOOP( \ 3998 USE_FEATURE_MOUNT_LOOP( \
3999 "\n -D Do not free loop device (if a loop device has been used)") 3999 "\n -d Free loop device if it has been used")
4000#define umount_example_usage \ 4000#define umount_example_usage \
4001 "$ umount /dev/hdc1\n" 4001 "$ umount /dev/hdc1\n"
4002 4002