Skip to content

Commit

Permalink
minor lint thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Feb 25, 2018
1 parent ed9bb8d commit b6d79dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli4/cli4.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ def do_it(args):
method = 'GET'

usage = ('usage: cli4 '
+ '[-V|--version] [-h|--help] [-v|--verbose] [-q|--quiet] [-j|--json] [-y|--yaml] [-n|ndjson]'
+ '[-V|--version] [-h|--help] [-v|--verbose] [-q|--quiet] '
+ '[-j|--json] [-y|--yaml] [-n|ndjson]'
+ '[-r|--raw] '
+ '[-d|--dump] '
+ '[--get|--patch|--post|--put|--delete] '
Expand Down

0 comments on commit b6d79dc

Please sign in to comment.