# HG changeset patch # User Jeff Hammel # Date 1390274457 28800 # Node ID b563a9c1f2b703da09f51b824905cb25f1a44479 # Parent f894bd779943e5ed8dc8b3138d8d85716a4e5ded STUB: python/install_config.py diff -r f894bd779943 -r b563a9c1f2b7 python/install_config.py --- a/python/install_config.py Mon Jan 20 19:19:10 2014 -0800 +++ b/python/install_config.py Mon Jan 20 19:20:57 2014 -0800 @@ -168,7 +168,7 @@ parser.add_option('-l', '--list', '--list-steps', dest='list_steps', action='store_true', default=False, - help="list steps to be run") + help="list steps to be run and exit") options, args = parser.parse_args() # plan steps @@ -180,6 +180,7 @@ # list steps if specified for step in steps: print step + parser.exit() # execute steps for step in steps: