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

Commit 1f6e11c

Browse files
committed
Fix usage typo: -put should be --put
1 parent bed3f77 commit 1f6e11c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli4/cli4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def cli4(args):
146146
+ '[-V|--version] [-h|--help] [-v|--verbose] [-q|--quiet] [-j|--json] [-y|--yaml] '
147147
+ '[-r|--raw] '
148148
+ '[-d|--dump] '
149-
+ '[--get|--patch|--post|-put|--delete] '
149+
+ '[--get|--patch|--post|--put|--delete] '
150150
+ '[item=value ...] '
151151
+ '/command...')
152152

0 commit comments

Comments
 (0)