Skip to content

Commit

Permalink
Merge pull request juju#6445 from frankban/bootstrap-usage
Browse files Browse the repository at this point in the history
bootstrap command: update usage message.

Trivial fix for completing the change implemented at juju#6444
  • Loading branch information
jujubot authored Oct 13, 2016
2 parents a2499fe + 51d7dd8 commit 6cf1bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/juju/commands/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ type bootstrapCommand struct {
func (c *bootstrapCommand) Info() *cmd.Info {
return &cmd.Info{
Name: "bootstrap",
Args: "<controller name> <cloud name>[/region]",
Args: "[<cloud name>[/region] [<controller name>]]",
Purpose: usageBootstrapSummary,
Doc: usageBootstrapDetails,
}
Expand Down

0 comments on commit 6cf1bc9

Please sign in to comment.