Skip to content

Commit 3c62f7c

Browse files
committed
---
yaml --- r: 80972 b: refs/heads/snap-stage3 c: f447972 h: refs/heads/master v: v3
1 parent 39ec551 commit 3c62f7c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 4c6bf4872012c010f84dc7fa2cdfe87522533f89
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 89cc8529cc18802e4d7feb370e56809a1150b750
4+
refs/heads/snap-stage3: f4479727a655690cf46f4c0752622e877c4b83e6
55
refs/heads/try: 70152ff55722878cde684ee6462c14c65f2c4729
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/librustpkg/usage.rs

Lines changed: 3 additions & 2 deletions
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)