| Index: chrome-update.py
|
| diff --git a/chrome-update.py b/chrome-update.py
|
| index 6398230542111f079deade063ccea8e3b57189f2..a2baa43c520351ec3dfe0906c5ae1730db54264f 100755
|
| --- a/chrome-update.py
|
| +++ b/chrome-update.py
|
| @@ -133,7 +133,7 @@ def Main():
|
| help="doesn't sync before building")
|
| parser.add_option("", "--print-latest", action="store_true", default=False,
|
| help="print the latest buildable revision and exit")
|
| - options, args = parser.parse_args()
|
| + options, args = parser.parse_args(None)
|
|
|
| if options.print_latest:
|
| print GetRevision() or "HEAD"
|
|
|