summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.py b/run.py
index 7c2bd54..63aebb9 100644
--- a/run.py
+++ b/run.py
@@ -30,7 +30,7 @@ for strOption, strArgument in getopt.getopt(sys.argv[1:], '', [ strParameter[2:]
arguments_strFirst = strArgument # path to the first frame
elif strOption == '--second':
- arguments_strSecond = strArgument # path to the first frame
+ arguments_strSecond = strArgument # path to the second frame
elif strOption == '--out':
arguments_strOut = strArgument # path to where the output should be stored