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

Unified Diff: fetch.py

Issue 138623008: Fix a typo for "--dry-run" in the usage message. (Closed) Base URL: http://src.chromium.org/svn/trunk/tools/depot_tools/
Patch Set: Created 6 years, 10 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: fetch.py
===================================================================
--- fetch.py (revision 250410)
+++ fetch.py (working copy)
@@ -203,7 +203,7 @@
Valid options:
-h, --help, help Print this message.
--nohooks Don't run hooks after checkout.
- -n, --dryrun Don't run commands, only print them.
+ -n, --dry-run Don't run commands, only print them.
Dirk Pranke 2014/02/11 17:19:33 You're correctly identifying the bug: the usage do
wtc 2014/02/11 19:15:13 I'll be happy to make this change. But the CL is o
""" % os.path.basename(sys.argv[0]))
sys.exit(bool(msg))
« 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