Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1288497?usp=email )
Change subject: doc: Update docstring of redirect script ...................................................................... doc: Update docstring of redirect script Change-Id: I46255567a943c0a98252fe2193630419f1b72c59 Signed-off-by: Xqt <[email protected]> --- M scripts/redirect.py 1 file changed, 3 insertions(+), 1 deletion(-) Approvals: Xqt: Verified; Looks good to me, approved jenkins-bot: Verified diff --git a/scripts/redirect.py b/scripts/redirect.py index 7e2cac1..1318302 100755 --- a/scripts/redirect.py +++ b/scripts/redirect.py @@ -54,9 +54,11 @@ (see progress). Otherwise, ignored. -start:title The starting page title in each namespace. Page need not exist. + Can only be used with ``both`` action. -until:title The possible last page title in each namespace. Page needs not - exist. + exist. Can only be used with ``both`` action and together with + ``-start`` option. -limit:n The maximum count of redirects to work upon. If omitted, there is no limit. -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1288497?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I46255567a943c0a98252fe2193630419f1b72c59 Gerrit-Change-Number: 1288497 Gerrit-PatchSet: 2 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
