From c56e3f668cc17dc57684407ee58ebd017f238bac Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 12 Dec 2020 16:33:34 +0100 Subject: [PATCH] Improve magic words flag help to match the rest --- etherpump/commands/pull.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etherpump/commands/pull.py b/etherpump/commands/pull.py index 472b5c7..57176cf 100644 --- a/etherpump/commands/pull.py +++ b/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