Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1289184?usp=email )
Change subject: doc: Rewording of warning hint with -fullscan option ...................................................................... doc: Rewording of warning hint with -fullscan option Change-Id: If3c13541940ae270332f18a33ff90ad8827500e4 Signed-off-by: Xqt <[email protected]> --- M scripts/redirect.py 1 file changed, 4 insertions(+), 2 deletions(-) Approvals: jenkins-bot: Verified Xqt: Verified; Looks good to me, approved diff --git a/scripts/redirect.py b/scripts/redirect.py index b27e3ef..2a24e63 100755 --- a/scripts/redirect.py +++ b/scripts/redirect.py @@ -754,8 +754,10 @@ ' or '.join(source)) if len(source) > 1 else '' if action == 'both' and '-fullscan' in source: - problem += (' You can only use either -fullscan together with ' - "broken/double action or 'both' action") + problem += ( + ' The -fullscan option cannot be used with the "both" action. ' + 'Use -fullscan with "broken" or "double" actions only.' + ) if suggest_help(additional_text=fill(problem), unknown_parameters=unknown, -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1289184?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: If3c13541940ae270332f18a33ff90ad8827500e4 Gerrit-Change-Number: 1289184 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]
