diff --git a/src/librustpkg/usage.rs b/src/librustpkg/usage.rs index c0601818f3772..a8126b49716f8 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. "); }