mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
scp completions: added new options
This commit is contained in:
parent
13a9f6b64e
commit
459bbe208d
1 changed files with 3 additions and 0 deletions
|
@ -59,9 +59,12 @@ complete -c scp -d "Remote Path" -f -n "commandline -ct | string match -e ':'" -
|
|||
"
|
||||
complete -c scp -s 3 -d "Copies between two remote hosts are transferred through the local host"
|
||||
complete -c scp -s B -d "Batch mode"
|
||||
complete -c scp -s D -x -d "Connect directly to a local SFTP server"
|
||||
complete -c scp -s l -x -d "Bandwidth limit"
|
||||
complete -c scp -s O -d "Use original SCP protocol instead of SFTP"
|
||||
complete -c scp -s P -x -d Port
|
||||
complete -c scp -s p -d "Preserves modification times, access times, and modes from the original file"
|
||||
complete -c scp -s R -d "Copies between two remote hosts are performed by executing scp on the origin host"
|
||||
complete -c scp -s r -d "Recursively copy"
|
||||
complete -c scp -s S -d "Encryption program"
|
||||
complete -c scp -s T -d "Disable strict filename checking"
|
||||
|
|
Loading…
Reference in a new issue