Commit af52a506 authored by maruel@chromium.org's avatar maruel@chromium.org

Fix use of obsolete flag -o to -r

TBR=dpranke@chromium.org
BUG=
TEST=

Review URL: http://codereview.chromium.org/7966018

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@102354 0039d316-1c4b-4281-b951-d872f2087c98
parent 5e6868b3
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"""Get rietveld stats about the review you done, or forgot to do. """Get rietveld stats about the review you done, or forgot to do.
Example: Example:
- my_reviews.py -o me@chromium.org -Q for stats for last quarter. - my_reviews.py -r me@chromium.org -Q for stats for last quarter.
""" """
import datetime import datetime
import optparse import optparse
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment