Skip to content

Commit

Permalink
No version in help text
Browse files Browse the repository at this point in the history
  • Loading branch information
azhow committed Jan 11, 2017
1 parent 26d651b commit 9759100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion route_choice.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def run():
if __name__ == "__main__":
prs = argparse.ArgumentParser(formatter_class=argparse.ArgumentDefaultsHelpFormatter,
description="""
Traffic Assignment Problem v6.5.7
Traffic Assignment Problem
Script to run the simulation of
drivers going from different points in a given network""")
prs.add_argument('-f', dest='file', required=True, help='The network file.\n')
Expand Down

0 comments on commit 9759100

Please sign in to comment.