From e79ff4b513014925e3a18acacf7ea95900b315dc Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 16 Jan 2013 13:04:40 +0100 Subject: scripts/csv2sto.py: Fix order of arguments in usage --- scripts/csv2sto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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: -- cgit v1.2.3-54-g00ecf