Download:
child 26:a24aee2294c6
parent 24:9c7f41fa62d1
25:2dd502d4e9df
Anton Shestakov <av6@dwimlabs.net>, Mon, 18 Jul 2016 19:12:06 +0800
rollbot: split a long line

1 файлов изменено, 3 вставок(+), 1 удалений(-) [+]
rollbot.py file | annotate | diff | comparison | revisions
--- a/rollbot.py Sat Jul 16 15:12:21 2016 +0800
+++ b/rollbot.py Mon Jul 18 19:12:06 2016 +0800
@@ -229,7 +229,9 @@
parser.add_argument('-c', '--config', help='configuration file (YAML)', type=FileType('r'))
- group = parser.add_argument_group('main configuration', 'options that can be specified in the configuration file')
+ group = parser.add_argument_group(
+ 'main configuration',
+ 'options that can also be specified in the configuration file')
group.add_argument('-j', '--jid', help='JID to use')
group.add_argument('-p', '--password', help='password to use')
group.add_argument('-n', '--nick', help='MUC nickname (default: rollbot)')