diff options
| author | Oliver Kiddle <opk@users.sourceforge.net> | 2002-01-16 16:29:51 +0000 |
|---|---|---|
| committer | Oliver Kiddle <opk@users.sourceforge.net> | 2002-01-16 16:29:51 +0000 |
| commit | d7822305b4a20ba09ef0c9eb0c6c9bf697c1ee87 (patch) | |
| tree | 1f21ac9faf956d67f24e2005b82a42264a27f535 /Completion/Unix/Command/_mount | |
| parent | 16449: new chkconfig completion for both the RedHat and IRIX commands (diff) | |
| download | zsh-d7822305b4a20ba09ef0c9eb0c6c9bf697c1ee87.tar zsh-d7822305b4a20ba09ef0c9eb0c6c9bf697c1ee87.tar.gz zsh-d7822305b4a20ba09ef0c9eb0c6c9bf697c1ee87.tar.bz2 zsh-d7822305b4a20ba09ef0c9eb0c6c9bf697c1ee87.tar.lz zsh-d7822305b4a20ba09ef0c9eb0c6c9bf697c1ee87.tar.xz zsh-d7822305b4a20ba09ef0c9eb0c6c9bf697c1ee87.tar.zst zsh-d7822305b4a20ba09ef0c9eb0c6c9bf697c1ee87.zip | |
16461: a number of minor completion function updates
Diffstat (limited to 'Completion/Unix/Command/_mount')
| -rw-r--r-- | Completion/Unix/Command/_mount | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Completion/Unix/Command/_mount b/Completion/Unix/Command/_mount index 1388dba04..f8bab52e8 100644 --- a/Completion/Unix/Command/_mount +++ b/Completion/Unix/Command/_mount @@ -50,7 +50,7 @@ fi # are below these table. local curcontext="$curcontext" state line suf ret=1 -local args fss deffs=iso9660 descr tmp typeops=-t _nfs_access _nfs_ufs +local args deffs=iso9660 tmp typeops=-t _nfs_access _nfs_ufs typeset -A opt_args @@ -177,7 +177,7 @@ if (( ! $+_fs_any )); then '(susp)nosusp[disable system use sharing protocol]' '(norrip)rrip[enable rock ridge extensions]' '(rrip)norrip[disable rock ridge extensions]' - 'nmconv[specify filename translation]:filename translation:(c l m)' + 'nmconv[specify filename translation]:filename translation:((c\:no\ translation l\:to\ lowercase m\:suppress\ version\ no))' ) _fs_nfs=( @@ -537,7 +537,6 @@ if [[ "$service" = mount ]]; then '-M[use alternate mtab]:alternate mtab:_files' '-P[with -p, prepend prefix to paths]:prefix' ) - fss=( efs proc fd nfs iso9660 dos hfs cachefs ) deffs=efs ;; linux*) |
