diff --git a/share/completions/gem.fish b/share/completions/gem.fish index f3b4f92ce..bf86f4307 100644 --- a/share/completions/gem.fish +++ b/share/completions/gem.fish @@ -4,8 +4,8 @@ ##### # Global options -complete -c gem -n 'not __fish_use_subcommand' -s h -l help -d "Print usage informations and quit" -complete -c gem -n 'not __fish_use_subcommand' -s v -l version -d "Print the version and quit" +complete -c gem -n '__fish_use_subcommand' -s h -l help -d "Print usage informations and quit" +complete -c gem -n '__fish_use_subcommand' -s v -l version -d "Print the version and quit" ##### # Subcommands