jenkins-bot has submitted this change and it was merged.
Change subject: listpages.py: Fix help docstring ......................................................................
listpages.py: Fix help docstring
Replace -dir with -save in docstring.
Change-Id: Ic17d6255a532c3959ac0924314fe2f01f4d53ea6 --- M scripts/listpages.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/listpages.py b/scripts/listpages.py index 8c3c8f7..cb3352c 100755 --- a/scripts/listpages.py +++ b/scripts/listpages.py @@ -43,7 +43,7 @@ -get Page content is printed.
-save Save Page content to a file named as page.title(as_filename=True). - Directory can be set with -dir:dir_name + Directory can be set with -save:dir_name If no dir is specified, current direcory will be used.
-encode File encoding can be specified with '-encode:name' (name must be a
pywikibot-commits@lists.wikimedia.org