diff options
Diffstat (limited to 'util-linux/umount.c')
-rw-r--r-- | util-linux/umount.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util-linux/umount.c b/util-linux/umount.c index 1e576ca4e..5b716c688 100644 --- a/util-linux/umount.c +++ b/util-linux/umount.c @@ -12,7 +12,6 @@ //usage: "[OPTIONS] FILESYSTEM|DIRECTORY" //usage:#define umount_full_usage "\n\n" //usage: "Unmount file systems\n" -//usage: "\nOptions:" //usage: IF_FEATURE_UMOUNT_ALL( //usage: "\n -a Unmount all file systems" IF_FEATURE_MTAB_SUPPORT(" in /etc/mtab") //usage: ) |