Skip to content

Commit f7cca28

Browse files
committed
Fix zsh completion
1 parent e019061 commit f7cca28

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)