mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
fix umount usage message
This commit is contained in:
parent
0085f231b2
commit
7fb8a00341
1 changed files with 2 additions and 1 deletions
|
|
@ -3357,7 +3357,8 @@
|
|||
#define umount_full_usage \
|
||||
"Unmount file systems" \
|
||||
"\n\nOptions:\n" \
|
||||
"\n -a Unmount all file systems" USE_FEATURE_MTAB_SUPPORT(" in /etc/mtab") \
|
||||
USE_FEATURE_UMOUNT_ALL( \
|
||||
"\n -a Unmount all file systems" USE_FEATURE_MTAB_SUPPORT(" in /etc/mtab")) \
|
||||
USE_FEATURE_MTAB_SUPPORT( \
|
||||
"\n -n Don't erase /etc/mtab entries") \
|
||||
"\n -r Try to remount devices as read-only if mount is busy" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue