From 39036fcb8afd0bc62153b30ce9919240cfa38ce1 Mon Sep 17 00:00:00 2001 From: TomFaulkner Date: Mon, 19 Dec 2016 15:15:28 -0600 Subject: [PATCH] CLI function docstring requires format should be optional Changed line 327 to have format as optional parameter as lines 385-389 imply should be the case. Old: records [...] [--url=] New: records [] [...] [--url=] --- records.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/records.py b/records.py index f65e8ff..75e1367 100644 --- a/records.py +++ b/records.py @@ -324,7 +324,7 @@ def cli(): A Kenneth Reitz project. Usage: - records [...] [--url=] + records [] [...] [--url=] records (-h | --help) Options: