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

Unified Diff: download_firefox_nightly.py

Issue 890373002: Fixing flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/webrtc/webrtc.DEPS/
Patch Set: Created 5 years, 11 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: download_firefox_nightly.py
===================================================================
--- download_firefox_nightly.py (revision 293897)
+++ download_firefox_nightly.py (working copy)
@@ -139,7 +139,7 @@
parser.add_option('-f', '--force', action='store_true',
help=('Force download even if the current nightly is '
'already downloaded.'))
- parser.add_option('-c', '--clean-old-archives', action='store_true',
+ parser.add_option('-c', '--clean-old-firefox-archives', action='store_true',
help=('Clean old firefox archives; one will always be '
'kept as a fallback.'))
options, _args = parser.parse_args()
« 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