aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/umount.fish
diff options
context:
space:
mode:
Diffstat (limited to 'init/completions/umount.fish')
-rw-r--r--init/completions/umount.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/init/completions/umount.fish b/init/completions/umount.fish
index 9ee1126c..79a60524 100644
--- a/init/completions/umount.fish
+++ b/init/completions/umount.fish
@@ -19,9 +19,9 @@ complete -c umount -s n -d (_ "Unmount without writing in /etc/mtab")
complete -c umount -s r -d (_ "In case unmounting fails, try to remount read-only")
complete -c umount -s d -d (_ "In case the unmounted device was a loop device, also free this loop device")
complete -c umount -s i -d (_ "Don't call the /sbin/umount.<filesystem> helper even if it exists")
-complete -c umount -s a -d (_ "All of the file systems described in /etc/mtab are unmounted")
+complete -c umount -s a -d (_ "Unmount all of the file systems described in /etc/mtab")
complete -c umount -s t -d (_ "Actions should only be taken on file systems of the specified type") -xa $__fish_filesystems
-complete -c umount -s O -d (_ "Indicate that the actions should only be taken on file systems with the specified options in /etc/fstab") -xa '(cat /etc/mtab | cut -d " " -f 4)\t"Mount option"'
+complete -c umount -s O -d (_ "Actions should only be taken on file systems with the specified options in /etc/fstab") -xa '(cat /etc/mtab | cut -d " " -f 4)\t"Mount option"'
complete -c umount -s f -d (_ "Force unmount (in case of an unreachable NFS system)")
complete -c umount -s l -d (_ "Detach the filesystem from the filesystem hierarchy now, and cleanup all references to the filesystem as soon as it is not busy")