Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: my_reviews.py

Issue 7966018: Fix use of obsolete flag -o to -r (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: my_reviews.py
diff --git a/my_reviews.py b/my_reviews.py
index 43e812cd633fd781ca36baa0af5183b24e3af68d..3e1ab73251d7f008288e879362be2e0047680134 100755
--- a/my_reviews.py
+++ b/my_reviews.py
@@ -6,7 +6,7 @@
"""Get rietveld stats about the review you done, or forgot to do.
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 optparse
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698