From 65d88440c2896aa89f64f48c9cf0baee032310bf Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 9 Jul 2022 14:24:13 -0700 Subject: [PATCH] supybot-plugin-doc: default to RST None of the current maintainers are sure what stx is?? --- scripts/supybot-plugin-doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/supybot-plugin-doc b/scripts/supybot-plugin-doc index 224b11dbd..c27b5d109 100644 --- a/scripts/supybot-plugin-doc +++ b/scripts/supybot-plugin-doc @@ -297,7 +297,7 @@ if __name__ == '__main__': 'with the plugin\'s name and "$format" with the value ' 'if --format.') parser.add_option('-f', '--format', dest='format', choices=['rst', 'stx'], - default='stx', help='Specifies which output format to ' + default='rst', help='Specifies which output format to ' 'use.') parser.add_option('--plugins-dir', action='append', dest='pluginsDirs', default=[],