Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit b6d79dc

Browse files
committed
minor lint thingy
1 parent ed9bb8d commit b6d79dc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cli4/cli4.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@ def do_it(args):
210210
method = 'GET'
211211

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

0 commit comments

Comments
 (0)