Skip to content

Commit

Permalink
Fix usage for rustpkg init
Browse files Browse the repository at this point in the history
When I took out the ability to make a new project by name, I forgot to
update the usage to reflect the changes.
  • Loading branch information
steveklabnik committed Sep 19, 2013
1 parent 85c0fb7 commit 806105f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/librustpkg/usage.rs
Expand Up @@ -150,8 +150,9 @@ Options:
}

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

5 comments on commit 806105f

@bors
Copy link
Contributor

@bors bors commented on 806105f 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@806105f

@bors
Copy link
Contributor

@bors bors commented on 806105f 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_usage = 806105f into auto

@bors
Copy link
Contributor

@bors bors commented on 806105f 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_usage = 806105f merged ok, testing candidate = f447972

@bors
Copy link
Contributor

@bors bors commented on 806105f Sep 20, 2013

@bors
Copy link
Contributor

@bors bors commented on 806105f 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 = f447972

Please sign in to comment.