소스 검색

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',