about summary refs log tree commit diff
path: root/src/librustpkg/usage.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustpkg/usage.rs')
-rw-r--r--src/librustpkg/usage.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/librustpkg/usage.rs b/src/librustpkg/usage.rs
index 6fcafac4e5b..04cc13d0650 100644
--- a/src/librustpkg/usage.rs
+++ b/src/librustpkg/usage.rs
@@ -16,6 +16,9 @@ pub fn general() {
 Where <cmd> is one of:
     build, clean, do, info, install, list, prefer, test, uninstall, unprefer
 
+For more help on a given command, you can run:
+    rustpkg help <cmd>
+
 Options:
 
     -h, --help                  Display this message
@@ -162,6 +165,7 @@ pub fn usage_for_command(command: Command){
         BuildCmd => build(),
         CleanCmd => clean(),
         DoCmd => do_cmd(),
+        HelpCmd => general(),
         InfoCmd => info(),
         InstallCmd => install(),
         ListCmd => list(),