Update stack

This commit is contained in:
Joshua Harlow 2012-02-04 11:12:04 -08:00
parent 4170f9e7a5
commit 4b053519c8

4
stack
View File

@ -40,8 +40,8 @@ from devstack.progs import actions
def main():
args = opts.parse()
try:
ran_ok = actions.run(args)
if not ran_ok:
started_ok = actions.run(args)
if not started_ok:
me = utils.color_text((os.path.basename(sys.argv[0])), "red", True)
me += " " + utils.color_text('--help', 'red')
print("Perhaps you should try %s" % (me))