Skip to content

Commit

Permalink
Fixed help typos in inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
deniseschannon committed Aug 24, 2016
1 parent 2c63fe6 commit eb6230c
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 eb6230c

Please sign in to comment.