Skip to content

Commit 13cf358

Browse files
committed
Auto merge of #4289 - johnthagen:usage-fix, r=alexcrichton
Add "uninstall" command to cargo --help Closes #4285
2 parents 7e00b82 + ad2a1f4 commit 13cf358

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/cargo.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Some common cargo commands are (see all commands with --list):
6565
search Search registry for crates
6666
publish Package and upload this project to the registry
6767
install Install a Rust binary
68+
uninstall Uninstall a Rust binary
6869
6970
See 'cargo help <command>' for more information on a specific command.
7071
";

0 commit comments

Comments
 (0)