summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/flufigut.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flufigut.py b/src/flufigut.py
index c55b0ff..7a02696 100755
--- a/src/flufigut.py
+++ b/src/flufigut.py
@@ -43,7 +43,7 @@ def rand_string(size=8, chars=string.ascii_lowercase + string.ascii_uppercase +
### parse json file #############################################
#
if len(sys.argv) <= 2:
- raise SystemExit("No template name and or config file given")
+ raise SystemExit("No template name and or configuration file given")
cf = open(sys.argv[2], 'r')
config = json.load(cf);