Skip to content

Commit

Permalink
Add missing option to cli help page (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
nazywam authored Jan 4, 2021
1 parent 9eabefb commit ce2a83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/formatters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def pass_formatter(fn):
@functools.wraps(fn)
@click.option("--output", "-o", default="",
help="Format attributes separated by commas. Supported values: nocolor, "
"nopager, nohuman")
"nopager, nohuman, short")
def wrapper(*args, **kwargs):
formatter = get_formatter(output_format=kwargs["output"])
del kwargs["output"]
Expand Down

0 comments on commit ce2a83f

Please sign in to comment.