jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/370182 )
Change subject: [doc] Give a hint how to use that script ......................................................................
[doc] Give a hint how to use that script
Change-Id: I7034faea524962f78c378c9a573add90b8fd738a --- M scripts/maintenance/wikimedia_sites.py 1 file changed, 7 insertions(+), 1 deletion(-)
Approvals: Dalba: Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/maintenance/wikimedia_sites.py b/scripts/maintenance/wikimedia_sites.py index 89db954..8f87d60 100755 --- a/scripts/maintenance/wikimedia_sites.py +++ b/scripts/maintenance/wikimedia_sites.py @@ -1,6 +1,12 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -"""Script that updates the language lists in Wikimedia family files.""" +"""Script that updates the language lists in Wikimedia family files. + +Usage: + + python pwb.py wikimedia_sites [ {<family>} ] + +""" # # (C) xqt, 2009-2017 # (C) Pywikibot team, 2008-2017
pywikibot-commits@lists.wikimedia.org