Skip to content

Commit

Permalink
Fix usage typo: -put should be --put
Browse files Browse the repository at this point in the history
  • Loading branch information
corywright committed Nov 23, 2016
1 parent bed3f77 commit 1f6e11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli4/cli4.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def cli4(args):
+ '[-V|--version] [-h|--help] [-v|--verbose] [-q|--quiet] [-j|--json] [-y|--yaml] '
+ '[-r|--raw] '
+ '[-d|--dump] '
+ '[--get|--patch|--post|-put|--delete] '
+ '[--get|--patch|--post|--put|--delete] '
+ '[item=value ...] '
+ '/command...')

Expand Down

0 comments on commit 1f6e11c

Please sign in to comment.