supybot-plugin-doc: default to RST

None of the current maintainers are sure what stx is??
This commit is contained in:
James Lu 2022-07-09 14:24:13 -07:00
parent 95f6b1698e
commit 65d88440c2
1 changed files with 1 additions and 1 deletions

View File

@ -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=[],