Skip to content

Commit

Permalink
update zsh completions
Browse files Browse the repository at this point in the history
  • Loading branch information
blacknon committed Sep 30, 2019
1 parent be7ace4 commit 278ae4c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 51 deletions.
48 changes: 0 additions & 48 deletions misc/completions/zsh/_lscp

This file was deleted.

1 change: 0 additions & 1 deletion misc/completions/zsh/_lsftp

This file was deleted.

4 changes: 2 additions & 2 deletions misc/completions/zsh/_lssh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ _lssh() {
'(- *)'{-v,--version}'[print the version]' \
'(-H --host)'{-H,--host}'[Connect servername]:_message' \
'(-f --file)'{-f,--file}'+[Config file path]:include file:_files' \
'-L[Local port forward mode.Specify a [bind_address:]port:remote_address:port]' \
'-R[Remote port forward mode.Specify a [bind_address:]port:remote_address:port.]' \
'-L[Local port forward mode.Specify a \[bind_address:\]port:remote_address:port]' \
'-R[Remote port forward mode.Specify a \[bind_address:\]port:remote_address:port.]' \
'-D[Dynamic port forward mode(Socks5). Specify a port.]' \
'-w[Displays the server header when in command execution mode.]' \
'-W[Not displays the server header when in command execution mode.]' \
Expand Down

0 comments on commit 278ae4c

Please sign in to comment.