From 1f6e11c3cfeaeaa366af87257f34d32a13881cff Mon Sep 17 00:00:00 2001
From: Cory Wright <corywright@gmail.com>
Date: Wed, 23 Nov 2016 15:26:02 -0500
Subject: [PATCH] Fix usage typo: -put should be --put

---
 cli4/cli4.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cli4/cli4.py b/cli4/cli4.py
index afaae99..916e458 100644
--- a/cli4/cli4.py
+++ b/cli4/cli4.py
@@ -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...')