mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-18 11:34:11 +00:00
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
@ -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…
Reference in New Issue
Block a user