Skip to content

Commit

Permalink
fixed help message
Browse files Browse the repository at this point in the history
  • Loading branch information
xnetcat committed Nov 10, 2023
1 parent 90f0b31 commit 3ba6771
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spotdl/utils/arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,9 +654,8 @@ def parse_misc_options(parser: _ArgumentGroup):
parser.add_argument(
"--log-format",
help=(
r"Custom logging format to use. "
r"Defaults to `%(message)s`. More info: "
r"https://docs.python.org/3/library/logging.html#logrecord-attributes"
"Custom logging format to use. More info: "
"https://docs.python.org/3/library/logging.html#logrecord-attributes"
),
)

Expand Down

0 comments on commit 3ba6771

Please sign in to comment.