From c71bd2287ae3927df0ab9ced4e38546784fb6d36 Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Fri, 10 May 2019 22:00:19 +0700 Subject: [PATCH] zsh: Suggest --lib option as binary template now the default --- src/etc/_cargo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/_cargo b/src/etc/_cargo index 395c517cd37..2a758eefbb7 100644 --- a/src/etc/_cargo +++ b/src/etc/_cargo @@ -151,7 +151,7 @@ case $state in init) _arguments \ - '--bin[use binary template]' \ + '--lib[use library template]' \ '--vcs:initialize a new repo with a given VCS:(git hg none)' \ '(-h, --help)'{-h,--help}'[show help message]' \ '--name=[set the resulting package name]' \ @@ -213,7 +213,7 @@ case $state in new) _arguments \ - '--bin[use binary template]' \ + '--lib[use library template]' \ '--vcs:initialize a new repo with a given VCS:(git hg none)' \ '(-h, --help)'{-h,--help}'[show help message]' \ '--name=[set the resulting package name]' \