summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dimension/main.c3
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"