Skip to content

Commit 7fd13b2

Browse files
committed
better output message
Signed-off-by: Chris Snow <[email protected]>
1 parent 8df3abf commit 7fd13b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/cli.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ def list(self, output="table", columns="ALL", query={}):
243243
if len(query) == 0:
244244
if output not in ["table", "text"]:
245245
print(
246-
"When --columns param = [], the --output param must be"
247-
" 'table' or 'text'",
246+
"When providing the --columns param, the --output param "
247+
"must be 'table' or 'text'",
248248
file=sys.stderr,
249249
)
250250
sys.exit(1)

0 commit comments

Comments
 (0)