Update README for html description option

This commit is contained in:
Ovear 2022-09-29 16:42:29 +08:00
parent 263a429bcb
commit bfc1b00a4e
2 changed files with 3 additions and 1 deletions

View file

@ -132,7 +132,7 @@ parser.add_argument(
"-hd",
dest="html_description",
action="store_true",
help="save description in original html format",
help="download description as original html format, this won't work if json-description is enabled",
)
parser.add_argument(
"--login",