Browse Source
Improve magic words flag help to match the rest
main
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
1 additions and
1 deletions
-
etherpump/commands/pull.py
|
|
@ -174,7 +174,7 @@ def build_argument_parser(args): |
|
|
|
"--magicwords", |
|
|
|
default=False, |
|
|
|
action="store_true", |
|
|
|
help="store all magic words used in a page in the meta.json file", |
|
|
|
help="download html to PADID.magicwords.html", |
|
|
|
) |
|
|
|
return parser |
|
|
|
|
|
|
|