Skip to content

Commit

Permalink
Fix docopt help string typo
Browse files Browse the repository at this point in the history
There is an extra '>' that seems like a typo. The docopt help message
format has no occurrences of "=>", and the flag seems to work either
way.
  • Loading branch information
mvdan authored and buger committed Mar 14, 2017
1 parent 07d1a62 commit 016e6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ func getCmdArguments() map[string]interface{} {
--import-blueprint=<file> Import an API Blueprint file
--import-swagger=<file> Import a Swagger file
--create-api Creates a new API Definition from the blueprint
--org-id=><id> Assign the API Defintition to this org_id (required with create)
--org-id=<id> Assign the API Defintition to this org_id (required with create)
--upstream-target=<url> Set the upstream target for the definition
--as-mock Creates the API as a mock based on example fields
--for-api=<path> Adds blueprint to existing API Defintition as version
Expand Down

0 comments on commit 016e6c2

Please sign in to comment.