diff --git a/bonobo/examples/environ.py b/bonobo/examples/environ.py index ea1b39b..17d4e36 100644 --- a/bonobo/examples/environ.py +++ b/bonobo/examples/environ.py @@ -23,6 +23,5 @@ def get_graph(): # The __main__ block actually execute the graph. if __name__ == '__main__': parser = bonobo.get_argument_parser() - parser.add_argument('-v', action='append', dest='vars') with bonobo.parse_args(parser): bonobo.run(get_graph())