about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/librustpkg/usage.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/librustpkg/usage.rs b/src/librustpkg/usage.rs
index c0601818f37..a8126b49716 100644
--- a/src/librustpkg/usage.rs
+++ b/src/librustpkg/usage.rs
@@ -150,8 +150,9 @@ Options:
 }
 
 pub fn init() {
-    io::println("rustpkg init name
+    io::println("rustpkg init
 
-This makes a new workspace for working on a project named name.
+This will turn the current working directory into a workspace. The first
+command you run when starting off a new project.
 ");
 }