diff options
-rwxr-xr-x | scripts/csv2sto.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/csv2sto.py b/scripts/csv2sto.py index 5b571cf..be8438e 100755 --- a/scripts/csv2sto.py +++ b/scripts/csv2sto.py @@ -23,7 +23,7 @@ def usage(): of CSV file name (# of names in list must match # of CSV files) -n name of the activation data in sto file (default: {}) -T N scale time such that it goes from 0.0 to N - -h show this help and exit""".format(DEFAULT_NAME, os.path.basename(sys.argv[0]))) + -h show this help and exit""".format(os.path.basename(sys.argv[0]), DEFAULT_NAME)) def main(): try: |