From de659b311b756b75cbe06cf2ed02c7ab779915bd Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 10 Jul 2011 18:36:46 -0600 Subject: Support flags-style syntax for --quality. --- dimension/dimension.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dimension') 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, -- cgit v1.2.3