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:
bors 2013-09-20 08:31:12 -07:00
commit f4479727a6

View File

@ -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.
");
}