summaryrefslogtreecommitdiff
path: root/source/tools/muraster.c
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2016-10-12 11:44:35 +0100
committerRobin Watts <robin.watts@artifex.com>2016-10-12 12:37:49 +0100
commit798aaf5adcc326ff96823be918452f01a29e0449 (patch)
tree363e0488fcf03652e736fabd06fc56154bf63108 /source/tools/muraster.c
parent80308eae9964e71b66a18f3de6ebcd2ebf0d306b (diff)
downloadmupdf-798aaf5adcc326ff96823be918452f01a29e0449.tar.xz
Change code from using bandheight to using band_height.
Keep to our naming conventions.
Diffstat (limited to 'source/tools/muraster.c')
-rw-r--r--source/tools/muraster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tools/muraster.c b/source/tools/muraster.c
index a2fc7204..a85475e8 100644
--- a/source/tools/muraster.c
+++ b/source/tools/muraster.c
@@ -666,7 +666,7 @@ static void usage(void)
"\t-w -\tprintable width (in inches) (default: " stringify(PAPER_WIDTH) ")\n"
"\t-h -\tprintable height (in inches) (default: " stringify(PAPER_HEIGHT) "\n"
"\t-f\tfit file to page if too large\n"
- "\t-B -\tminimum bandheight (e.g. 32)\n"
+ "\t-B -\tminimum band height (e.g. 32)\n"
"\t-M -\tmax bandmemory (e.g. 655360)\n"
#if MURASTER_THREADS != 0
"\t-T -\tnumber of threads to use for rendering\n"