From 4ed22246c3ee6bf70c077fe9039bf1a1c0a10eca Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 29 Nov 2020 06:07:00 +0100 Subject: [PATCH] completions/gem: do not execute completion description --- share/completions/gem.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/completions/gem.fish b/share/completions/gem.fish index 691e5642e..9259cb954 100644 --- a/share/completions/gem.fish +++ b/share/completions/gem.fish @@ -22,10 +22,10 @@ complete -c gem -n __fish_use_subcommand -xa "list\tDisplay all gems whose name complete -c gem -n __fish_use_subcommand -xa "query\tQuery gem information in local or remote repositories" complete -c gem -n __fish_use_subcommand -xa "rdoc\tGenerates RDoc for pre-installed gems" complete -c gem -n __fish_use_subcommand -xa "search\tDisplay all gems whose name contains STRING" -complete -c gem -n __fish_use_subcommand -xa "specification\tDisplay gem specification (in yaml)" +complete -c gem -n __fish_use_subcommand -xa "specification\t'Display gem specification (in YAML)'" complete -c gem -n __fish_use_subcommand -xa "uninstall\tUninstall a gem from the local repository" complete -c gem -n __fish_use_subcommand -xa "unpack\tUnpack an installed gem to the current directory" -complete -c gem -n __fish_use_subcommand -xa "update\tUpdate the named gem (or all installed gems) in the local repository" +complete -c gem -n __fish_use_subcommand -xa "update\tUpdate the named gem or all installed gems in the local repository" ##### # Subcommand switches