aboutsummaryrefslogtreecommitdiff
path: root/toys/lsb/umount.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/lsb/umount.c')
-rw-r--r--toys/lsb/umount.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/toys/lsb/umount.c b/toys/lsb/umount.c
index e6994f19..cebe2f0a 100644
--- a/toys/lsb/umount.c
+++ b/toys/lsb/umount.c
@@ -19,11 +19,11 @@ config UMOUNT
Unmount the listed filesystems.
-a Unmount all mounts in /proc/mounts instead of command line list
- -D Don't free loopback device(s).
- -f Force unmount.
- -l Lazy unmount (detach from filesystem now, close when last user does).
+ -D Don't free loopback device(s)
+ -f Force unmount
+ -l Lazy unmount (detach from filesystem now, close when last user does)
-n Don't use /proc/mounts
- -r Remount read only if unmounting fails.
+ -r Remount read only if unmounting fails
-t Restrict "all" to mounts of TYPE (or use "noTYPE" to skip)
-v Verbose
*/