Skip to content

Commit

Permalink
Update rustpkg manpage to add init.
Browse files Browse the repository at this point in the history
I didn't update the manpage when I added the init command. Whoops.
  • Loading branch information
steveklabnik committed Sep 19, 2013
1 parent 85c0fb7 commit ad5f619
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions man/rustpkg.1
Expand Up @@ -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"

Expand Down Expand Up @@ -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
Expand Down

5 comments on commit ad5f619

@bors
Copy link
Contributor

@bors bors commented on ad5f619 Sep 20, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from catamorphism
at steveklabnik@ad5f619

@bors
Copy link
Contributor

@bors bors commented on ad5f619 Sep 20, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging steveklabnik/rust/rustpkg_update_manpage = ad5f619 into auto

@bors
Copy link
Contributor

@bors bors commented on ad5f619 Sep 20, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

steveklabnik/rust/rustpkg_update_manpage = ad5f619 merged ok, testing candidate = ff0aaaf

@bors
Copy link
Contributor

@bors bors commented on ad5f619 Sep 20, 2013

@bors
Copy link
Contributor

@bors bors commented on ad5f619 Sep 20, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = ff0aaaf

Please sign in to comment.