summaryrefslogtreecommitdiff
path: root/elo.py
diff options
context:
space:
mode:
Diffstat (limited to 'elo.py')
-rwxr-xr-xelo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/elo.py b/elo.py
index 4fac540..7f88113 100755
--- a/elo.py
+++ b/elo.py
@@ -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()