瀏覽代碼

we don't support space seperator in names CSV

Justin Tracey 5 年之前
父節點
當前提交
ae16617ec4
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      vice-speaker-rotator.py

+ 2 - 3
vice-speaker-rotator.py

@@ -190,9 +190,8 @@ def make_parser():
                        help = 'names to schedule in their speaking order')
     group.add_argument('-f', '--namesfile',
                        metavar = 'FILE',
-                       help = 'path of a file that contains a whitespace ' +\
-                       'and/or comma seperated list of names to schedule in ' +\
-                       'their speaking order')
+                       help = 'path of a file that contains a comma-seperated' +\
+                       ' list of names to schedule in their speaking order')
 
     parser.add_argument('-c', '--constraintsfile',
                         metavar = 'FILE',