about summary refs log tree commit diff
path: root/src/rustbook/help.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rustbook/help.rs')
-rw-r--r--src/rustbook/help.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustbook/help.rs b/src/rustbook/help.rs
index 995d2f2494a..c90c2b93609 100644
--- a/src/rustbook/help.rs
+++ b/src/rustbook/help.rs
@@ -36,7 +36,7 @@ impl Subcommand for Help {
 }
 
 pub fn usage() {
-    println!("Usage: rust-book <command> [<args>]");
+    println!("Usage: rustbook <command> [<args>]");
     println!("");
     println!("The <command> must be one of:");
     println!("  help    Print this message.");