]> git.proxmox.com Git - cargo.git/commitdiff
change search help to better message
authorMitsutaka Mimura <takkanm@gmail.com>
Tue, 5 May 2015 02:13:04 +0000 (11:13 +0900)
committerMitsutaka Mimura <takkanm@gmail.com>
Tue, 5 May 2015 02:13:04 +0000 (11:13 +0900)
src/bin/cargo.rs

index 5902d3952d0c8cebbe94aca12104f7b2b4fbf6d2..80f01bc3cf919fca0bbdb679b4dac185f41dab87 100644 (file)
@@ -48,7 +48,7 @@ Some common cargo commands are:
     test        Run the tests
     bench       Run the benchmarks
     update      Update dependencies listed in Cargo.lock
-    search      Search crates from host of a registry
+    search      Search registry for crates
 
 See 'cargo help <command>' for more information on a specific command.
 ";