complete-c umount -s a -l all -d"Unmount all of the file systems described in /etc/mtab"
complete-c umount -s t -l types -d"Actions should only be taken on file systems of the specified type"-xa"(__fish_print_filesystems)"
complete-c umount -s O -l test-opts -d"Actions should only be taken on file systems with the specified options in /etc/fstab"-xa'(cut -d " " -f 4 /etc/mtab)\t"Mount option"'
complete-c umount -s f -l force -d"Force unmount (in case of an unreachable NFS system)"
complete-c umount -s l -l lazy -d"Lazy unmount (unmount a 'busy' filesystem)"