Skip to content

Commit

Permalink
📝 Clarify --output default
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Apr 10, 2022
1 parent 2fff04e commit 840f5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_minifier/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def parse_args():
output_options.add_argument(
'--output', '-o',
action='store',
help='Path to write minified output. Can only be used when the source is a single module',
help='Path to write minified output. Can only be used when the source is a single module. Outputs to stdout by default',
dest='output'
)
output_options.add_argument(
Expand Down

0 comments on commit 840f5bd

Please sign in to comment.