From 7fe3cb7b29ebfcee6d41f417dfe502c47d2995f2 Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Tue, 15 Aug 2017 13:58:48 -0500 Subject: [PATCH] fixup! Provide completions for s3cmd --- share/completions/s3cmd.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/s3cmd.fish b/share/completions/s3cmd.fish index 34c6223d3..7e002d64f 100644 --- a/share/completions/s3cmd.fish +++ b/share/completions/s3cmd.fish @@ -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'