about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-09-20 11:21:07 -0700
committerbors <bors@rust-lang.org>2013-09-20 11:21:07 -0700
commitff0aaaf138071ba2656c4c7bddc5267bb3f10e2e (patch)
treedd3139c30b8978222a5266dfb69aaf97a2810dac
parentb7bbc2eea2d0c3c3fb5045a77e5bfbc10866d14a (diff)
parentad5f619d8ac0ca4c9964a4242925c3af797d31c0 (diff)
downloadrust-ff0aaaf138071ba2656c4c7bddc5267bb3f10e2e.tar.gz
rust-ff0aaaf138071ba2656c4c7bddc5267bb3f10e2e.zip
auto merge of #9338 : steveklabnik/rust/rustpkg_update_manpage, r=catamorphism
I didn't update the manpage when I added the init command. Whoops.
-rw-r--r--man/rustpkg.114
1 files changed, 14 insertions, 0 deletions
diff --git a/man/rustpkg.1 b/man/rustpkg.1
index 09564e86779..d23a1f4368e 100644
--- a/man/rustpkg.1
+++ b/man/rustpkg.1
@@ -27,6 +27,9 @@ Remove all generated files from the \fIbuild\fR directory in the target's worksp
 Builds the specified target, and all its dependencies, and then installs the
 build products into the \fIlib\fR and \fIbin\fR directories of their respective
 workspaces.
+.TP
+\fBinit\fR
+Initializes the current working directory into a workspace.
 
 .SS "BUILD COMMAND"
 
@@ -59,6 +62,17 @@ Examples:
     $ rustpkg install github.com/mozilla/servo.git#1.2
     $ rustpkg install rust-glfw
 
+.SS "INIT COMMAND"
+
+    rustpkg init
+
+This will turn the current working directory into a workspace. The first
+command you run when starting off a new project. 
+
+Example:
+
+    $ rustpkg init
+
 .SH "ENVIRONMENT"
 
 .TP