Skip to content

Commit 78b10d4

Browse files
committed
Auto merge of #10613 - weihanglo:issue-10612, r=epage
Fix zsh completion
2 parents e019061 + f7cca28 commit 78b10d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/_cargo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ _cargo() {
175175
'--rev=[specific commit to use when installing from git]:commit' \
176176
'--root=[directory to install packages into]: :_directories' \
177177
'--tag=[tag to use when installing from git]:tag' \
178-
'--version='[version to install from crates.io]:version' \
178+
'--version=[version to install from crates.io]:version' \
179179
'--list[list all installed packages and their versions]' \
180180
'*: :_guard "^-*" "crate"'
181181
;;

0 commit comments

Comments
 (0)