diff options
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Linux/Command/_sshfs | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Completion/Linux/Command/_sshfs b/Completion/Linux/Command/_sshfs index e6d137017..534e806e3 100644 --- a/Completion/Linux/Command/_sshfs +++ b/Completion/Linux/Command/_sshfs @@ -21,18 +21,18 @@ _arguments -C \ if [[ $state == options ]]; then _values -s , "sshfs or fuse or mount options" \ reconnect sshfs_sync no_readahead sshfs_debug \ - 'cache=:cache setting:(yes no)' \ - cache_timeout=:seconds: \ - cache_stat_timeout=:seconds: \ - cache_dir_timeout=:seconds: \ - cache_link_timeout=:seconds: \ - 'ssh_command=:ssh command:_command_names' \ - directport=:port: \ - 'SSHOPT=:ssh option:' \ + 'cache:cache setting:(yes no)' \ + cache_timeout:seconds: \ + cache_stat_timeout:seconds: \ + cache_dir_timeout:seconds: \ + cache_link_timeout:seconds: \ + 'ssh_command:ssh command:_command_names' \ + directport:port: \ + 'SSHOPT:ssh option:' \ default_permissions allow_other allow_root kernel_cache large_read direct_io \ - max_read=:size: \ + max_read:size: \ hard_remove debug \ - fs_name=:name: \ + fs_name:name: \ use_ino readdir_ino && ret=0 fi |