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

Unified Diff: server/autoserv_parser.py

Issue 6246035: Merge remote branch 'cros/upstream' into master (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 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
« cli/job.py ('K') | « server/autoserv ('k') | server/autotest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/autoserv_parser.py
diff --git a/server/autoserv_parser.py b/server/autoserv_parser.py
index cbb7f6c21daf6e859b472eb9cd01c3af64cf67df..a9550392a40d42c94208e8bf300b448953051725 100644
--- a/server/autoserv_parser.py
+++ b/server/autoserv_parser.py
@@ -13,7 +13,7 @@ class base_autoserv_parser(object):
"""
def __init__(self):
self.args = sys.argv[1:]
- self.parser = optparse.OptionParser()
+ self.parser = optparse.OptionParser(usage="%prog [options] [control-file]")
self.setup_options()
# parse an empty list of arguments in order to set self.options
« cli/job.py ('K') | « server/autoserv ('k') | server/autotest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698