mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-19 15:02:47 +08:00
completions/rsync: Remove one thing that isn't an option
This commit is contained in:
parent
38b21fc1c7
commit
902782b1f4
|
@ -22,7 +22,6 @@ complete -c rsync -s q -l quiet -d "Suppress non-error messages"
|
|||
complete -c rsync -l no-motd -d "Suppress daemon-mode MOTD"
|
||||
complete -c rsync -s c -l checksum -d "Skip based on checksum, not mod-time & size"
|
||||
complete -c rsync -s a -l archive -d "Archive mode; same as -rlptgoD (no -H)"
|
||||
complete -c rsync -l no-OPTION -d "Turn off an implied OPTION (e.g. --no-D)"
|
||||
complete -c rsync -s r -l recursive -d "Recurse into directories"
|
||||
complete -c rsync -s R -l relative -d "Use relative path names"
|
||||
complete -c rsync -l no-implied-dirs -d "Don’t send implied dirs with --relative"
|
||||
|
|
Loading…
Reference in New Issue
Block a user