We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79164d1 commit c9d79d1Copy full SHA for c9d79d1
src/etc/_cargo
@@ -168,7 +168,7 @@ _cargo() {
168
'(-f --force)'{-f,--force}'[force overwriting of existing crates or binaries]' \
169
'--bin=[only install the specified binary]:binary' \
170
'--branch=[branch to use when installing from git]:branch' \
171
- '--debug[build in debug mode instead of release mode]' \
+ '--debug[Build in debug mode (with the "dev" profile) instead of release mode]' \
172
'--example=[install the specified example instead of binaries]:example:_cargo_example_names' \
173
'--git=[specify URL from which to install the crate]:url:_urls' \
174
'--path=[local filesystem path to crate to install]: :_directories' \
0 commit comments