fixup! Provide completions for s3cmd

(cherry picked from commit 7fe3cb7b29)
This commit is contained in:
Mahmoud Al-Qudsi 2017-08-15 13:58:48 -05:00 committed by Kurtis Rader
parent dbc67c6a4b
commit f8f954bd5c

View file

@ -30,7 +30,7 @@ complete -c s3cmd -f -n "__s3cmd_is_remote_path"
# Supress file completions for initial command
complete -c s3cmd -n "__initial_command" -f
# Avaialable commands
# Available commands
complete -c s3cmd -n "__initial_command" -a 'mb' --description 'Make bucket'
complete -c s3cmd -n "__initial_command" -a 'rb' --description 'Remove bucket'
complete -c s3cmd -n "__initial_command" -a 'ls' --description 'List objects or buckets'