summaryrefslogtreecommitdiffstats
path: root/dimension/dimension.in
diff options
context:
space:
mode:
Diffstat (limited to 'dimension/dimension.in')
-rw-r--r--dimension/dimension.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/dimension/dimension.in b/dimension/dimension.in
index 90abdb7..f8cb114 100644
--- a/dimension/dimension.in
+++ b/dimension/dimension.in
@@ -75,7 +75,7 @@ _parser.add_argument("-q", "--quiet", action = "store_true",
_parser.add_argument("--threads", action = "store", type = int,
help = "the number of threads to render with")
-_parser.add_argument("--quality", action = "store", type = int,
+_parser.add_argument("--quality", action = "store", type = str,
help = "the scene quality")
_parser.add_argument("-o", "--output", action = "store", type = str,