diff options
author | Tavian Barnes <tavianator@gmail.com> | 2011-07-10 18:36:46 -0600 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2011-07-13 22:24:10 -0600 |
commit | de659b311b756b75cbe06cf2ed02c7ab779915bd (patch) | |
tree | fa05783bfc185406f57b9afdcfaecbb63d6d3f63 /dimension/dimension.in | |
parent | 3ec26ddd28cbcc279a4fa65de8d68c68b3950576 (diff) | |
download | dimension-de659b311b756b75cbe06cf2ed02c7ab779915bd.tar.xz |
Support flags-style syntax for --quality.
Diffstat (limited to 'dimension/dimension.in')
-rw-r--r-- | dimension/dimension.in | 2 |
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, |