summaryrefslogtreecommitdiff
path: root/apps/mubusy.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2012-05-23 15:08:01 +0200
committerTor Andersson <tor.andersson@artifex.com>2012-05-23 15:08:01 +0200
commit7e0864bebdd42b7c6c243fa78a9d19296eabb85d (patch)
tree30d31309e8a65a71be8247d0cb2d060c05f54348 /apps/mubusy.c
parentd7d281dea2f9816730337d97d110c6ddc20ff5c0 (diff)
downloadmupdf-7e0864bebdd42b7c6c243fa78a9d19296eabb85d.tar.xz
Update usage messages for mubusy command line tools.
Diffstat (limited to 'apps/mubusy.c')
-rw-r--r--apps/mubusy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/mubusy.c b/apps/mubusy.c
index 5030f7a0..b520d0ec 100644
--- a/apps/mubusy.c
+++ b/apps/mubusy.c
@@ -75,7 +75,6 @@ int main(int argc, char **argv)
/* Print usage */
fprintf(stderr, "usage: mubusy <command> [options]\n");
- fprintf(stderr, "Available commands:\n");
for (i = 0; i < nelem(tools); i++)
fprintf(stderr, "\t%s\t-- %s\n", tools[i].name, tools[i].desc);