diff options
author | emkael <emkael@tlen.pl> | 2014-10-23 16:25:31 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2014-10-23 16:25:31 +0200 |
commit | 9a976853f6953b42c3f78cf989e028522bc48772 (patch) | |
tree | 81412500b34c84c665b38dccd0a970a60cb18848 /elo.py | |
parent | 225a26908b0ea981d735d7db7118a4f8598c95d5 (diff) |
* printing -v info to stderr
Diffstat (limited to 'elo.py')
-rwxr-xr-x | elo.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ parser.add_argument('--date', 'reset ratings all the way down to DATE\n' 'or rank the races all the way up to DATE.') parser.add_argument('--limit', help='Ranking list (display) cut-off point.', type=int) -parser.add_argument('-v', help='Display verbose info on rating progress.', action='store_true') +parser.add_argument('-v', help='Display verbose info on rating progress to STDERR.', action='store_true') parser.add_argument('--force', '-f', help='Force database initialization (for "init" command).', action='store_true') arguments = parser.parse_args() |