aboutsummaryrefslogtreecommitdiffstats
path: root/src/test.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-06-26 07:25:45 +0200
committerMattias Andrée <maandree@operamail.com>2013-06-26 07:25:45 +0200
commitbaac7d883f0ff6ed30bdae226c838c3da09a44cc (patch)
treece7f39f8af6cd04119f9116e883bbd5d6131ac74 /src/test.py
parentadd default value 1 for lvl in args_parent_name in bash version (diff)
downloadargparser-baac7d883f0ff6ed30bdae226c838c3da09a44cc.tar.gz
argparser-baac7d883f0ff6ed30bdae226c838c3da09a44cc.tar.bz2
argparser-baac7d883f0ff6ed30bdae226c838c3da09a44cc.tar.xz
m + bash bug fixes + add test for bash version
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/test.py')
-rwxr-xr-xsrc/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test.py b/src/test.py
index c66b8a0..df159aa 100755
--- a/src/test.py
+++ b/src/test.py
@@ -68,7 +68,7 @@ elif parser.unrecognisedCount == 0 and len(parser.arguments) > 0 and len(parser.
else:
print('Number of unrecognised options: %i' % parser.unrecognisedCount)
print('Entered message: ' + str(parser.message))
- print('Enterd files:')
+ print('Entered files:')
for file in parser.files:
print('\t' + file)