Skip to content

Commit f447972

Browse files
committed
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.
2 parents 89cc852 + 806105f commit f447972

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/librustpkg/usage.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,9 @@ Options:
150150
}
151151

152152
pub fn init() {
153-
io::println("rustpkg init name
153+
io::println("rustpkg init
154154
155-
This makes a new workspace for working on a project named name.
155+
This will turn the current working directory into a workspace. The first
156+
command you run when starting off a new project.
156157
");
157158
}

0 commit comments

Comments
 (0)