Skip to content

Commit

Permalink
Merge pull request #16 from deniseschannon/fixes
Browse files Browse the repository at this point in the history
Fixed help typos in inspect
  • Loading branch information
ibuildthecloud authored Sep 13, 2016
2 parents 2c63fe6 + eb6230c commit 0a41c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/inspect.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Example:
},
cli.StringFlag{
Name: "format",
Usage: "'json' or Custom format: {{.id]} {{.name}}",
Usage: "'json' or Custom format: {{.Id}} {{.Name}}",
Value: "json",
},
},
Expand Down

0 comments on commit 0a41c17

Please sign in to comment.