Skip to content

Commit c9d79d1

Browse files
committed
update etc/_cargo
1 parent 79164d1 commit c9d79d1

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
@@ -168,7 +168,7 @@ _cargo() {
168168
'(-f --force)'{-f,--force}'[force overwriting of existing crates or binaries]' \
169169
'--bin=[only install the specified binary]:binary' \
170170
'--branch=[branch to use when installing from git]:branch' \
171-
'--debug[build in debug mode instead of release mode]' \
171+
'--debug[Build in debug mode (with the "dev" profile) instead of release mode]' \
172172
'--example=[install the specified example instead of binaries]:example:_cargo_example_names' \
173173
'--git=[specify URL from which to install the crate]:url:_urls' \
174174
'--path=[local filesystem path to crate to install]: :_directories' \

0 commit comments

Comments
 (0)