Skip to content

Commit

Permalink
Improve help for --quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Apr 13, 2023
1 parent 5afbc4c commit 7290308
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gdown/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ def main():
)
parser.add_argument("-O", "--output", help="output file name / path")
parser.add_argument(
"-q", "--quiet", action="store_true", help="suppress standard output"
"-q",
"--quiet",
action="store_true",
help="suppress logging except errors",
)
parser.add_argument(
"--fuzzy",
Expand Down

0 comments on commit 7290308

Please sign in to comment.