jenkins-bot has submitted this change and it was merged.
Change subject: [fix] fix docstring ......................................................................
[fix] fix docstring
Bug: T136510 Change-Id: I11cae2c4edc816f331f1759e6896d17264abeeda --- M scripts/delete.py 1 file changed, 4 insertions(+), 4 deletions(-)
Approvals: John Vandenberg: Looks good to me, but someone else must approve Mpaa: Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/delete.py b/scripts/delete.py index 52a3bc7..4fbe618 100755 --- a/scripts/delete.py +++ b/scripts/delete.py @@ -31,12 +31,12 @@ -orphansonly: Specified namespaces. Separate multiple namespace numbers or names with commas. Examples: - -ns:0,2,4 - -ns:Help,MediaWiki + -orphansonly:0,2,4 + -orphansonly:Help,MediaWiki
Note that Main ns can be indicated either with a 0 or a ',': - -ns:0,1 - -ns:,Talk + -orphansonly:0,1 + -orphansonly:,Talk
Usage:
pywikibot-commits@lists.wikimedia.org