mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-06 02:59:22 +01:00
supybot-plugin-doc: default to RST
None of the current maintainers are sure what stx is??
This commit is contained in:
parent
95f6b1698e
commit
65d88440c2
@ -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=[],
|
||||
|
Loading…
Reference in New Issue
Block a user