From 82f6b6d9e7aaf765c1a9e7ce0a7afefe6e61e3d8 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 16 Apr 2010 18:01:46 -0400 Subject: Document --quality. --- dimension/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dimension') 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" -- cgit v1.2.3