Skip to content

Commit

Permalink
Merge pull request #28 from unlimitedlabs/simple_workflow_fix
Browse files Browse the repository at this point in the history
Updates argument help for interactive workflow demo script.
  • Loading branch information
thisisdhaas committed Sep 25, 2015
2 parents a9cfcb5 + 980ec50 commit e179b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_project/interactive_simple_workflow_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def conclusion():
if __name__ == '__main__':
parser = argparse.ArgumentParser()
parser.add_argument('-s', '--slow', action='store_true',
help='Display text fast.')
help='Slow down text printouts for readability.')
args = parser.parse_args()
FAST_MODE = not args.slow
run_demo()

0 comments on commit e179b69

Please sign in to comment.