auto merge of #9337 : steveklabnik/rust/rustpkg_usage, r=catamorphism
When I took out the ability to make a new project by name, I forgot to update the usage to reflect the changes.
This commit is contained in:
commit
f4479727a6
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue