Skip to content

Commit 806105f

Browse files
committed
Fix usage for rustpkg init
When I took out the ability to make a new project by name, I forgot to update the usage to reflect the changes.
1 parent 85c0fb7 commit 806105f

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)