diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-04-16 18:01:46 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-04-16 18:01:46 -0400 |
commit | 82f6b6d9e7aaf765c1a9e7ce0a7afefe6e61e3d8 (patch) | |
tree | 729857a9effe1398554d50c5fe092532442c6fc7 /dimension | |
parent | 23229722b2abd0021c697e3f6e43f74b51e4ee41 (diff) | |
download | dimension-82f6b6d9e7aaf765c1a9e7ce0a7afefe6e61e3d8.tar.xz |
Document --quality.
Diffstat (limited to 'dimension')
-rw-r--r-- | dimension/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dimension/main.c b/dimension/main.c index 1ea8a72..32893eb 100644 --- a/dimension/main.c +++ b/dimension/main.c @@ -324,7 +324,8 @@ print_usage(FILE *file, const char *arg0) " -w, --width=WIDTH set canvas width to WIDTH (default 640)\n" " -h, --height=HEIGHT set canvas height to HEIGHT (default 480)\n\n" " Rendering options:\n" - " --threads=THREADS render with THREADS parallel threads\n\n" + " --threads=THREADS render with THREADS parallel threads\n" + " --quality=QUALITY use the quality setting QUALITY\n\n" " Debugging options:\n" " --tokenize tokenize the input and print the token list\n" " --parse parse the input and print the abstract syntax" |