Skip to content

Commit

Permalink
added --create to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstack committed Mar 17, 2016
1 parent 4235f2e commit 533bce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bc-replicator.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ func (c *BCReplicatorPlugin) GetMetadata() plugin.PluginMetadata {
// UsageDetails is optional
// It is used to show help of usage of each command
UsageDetails: plugin.Usage{
Usage: "cf cloudant-replicate [-a APP] [-d DATABASE] [--all-dbs] [-p PASSWORD]\n",
Usage: "cf cloudant-replicate [-a APP] [-d DATABASE] [-p PASSWORD] [--all-dbs] [--create]\n",
Options: map[string]string{
"-a": "App",
"-d": "Database",
Expand Down

0 comments on commit 533bce8

Please sign in to comment.