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

Unified Diff: my_activity.py

Issue 1114093004: Show date format in help message in my_activity.py (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 5 years, 8 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_activity.py
diff --git a/my_activity.py b/my_activity.py
index 593c187f43e3dc2cde1b97e732dc2971447100d8..c66a600e806f59e147af154fa3eb9d572750e55b 100755
--- a/my_activity.py
+++ b/my_activity.py
@@ -706,10 +706,10 @@ def main():
help='Filter on user, default=%default')
parser.add_option(
'-b', '--begin', metavar='<date>',
- help='Filter issues created after the date')
+ help='Filter issues created after the date (mm/dd/yy)')
parser.add_option(
'-e', '--end', metavar='<date>',
- help='Filter issues created before the date')
+ help='Filter issues created before the date (mm/dd/yy)')
quarter_begin, quarter_end = get_quarter_of(datetime.today() -
relativedelta(months=2))
parser.add_option(
@@ -721,7 +721,7 @@ def main():
help='Use this year\'s dates')
parser.add_option(
'-w', '--week_of', metavar='<date>',
- help='Show issues for week of the date')
+ help='Show issues for week of the date (mm/dd/yy)')
parser.add_option(
'-W', '--last_week', action='count',
help='Show last week\'s issues. Use more times for more weeks.')
« 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