From fba439b643ded0ba99c697cbc5ffd06f6eb0aa8b Mon Sep 17 00:00:00 2001 From: Freddy Date: Sat, 6 Jan 2018 15:36:51 +0100 Subject: [PATCH] Improve zsh autocomplete descriptions --- misc/tools/all/zsh_autocompletion/all/_all | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/tools/all/zsh_autocompletion/all/_all b/misc/tools/all/zsh_autocompletion/all/_all index 218c42cc..e1361989 100644 --- a/misc/tools/all/zsh_autocompletion/all/_all +++ b/misc/tools/all/zsh_autocompletion/all/_all @@ -19,9 +19,9 @@ _1st_arguments=( 'serverbench:run the server benchmark' 'fix_upstream_rebase:fix upstream rebase' 'fix_config:fix .git/config' - 'keygen:generate ssh key for repo access' - {checkout,switch}':checkout a specific branch' - 'branch:create a branch in a repo' + 'keygen:generate ssh key for repo access if one does not exist yet' + {checkout,switch}':checkout a specific branch in repos where it exists and default branch elsewhere' + 'branch:create a branch in a repo (asks for repo)' {push,commit}':commit and push changes' {each,foreach}':run a command in each repo' 'grep:run "git grep" in all repos' @@ -78,7 +78,7 @@ case $state in update|pull) _arguments \ - "-N[don't allow pull]" \ + "-N[reset git config for each repo]" \ '-l[find the best mirror in the specified location]' \ - '(ssh)' \ {-p,-s}'[set ssh as push protocol and find the best mirror]' \ -- 2.39.2