aboutsummaryrefslogtreecommitdiffstats
path: root/fbpdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'fbpdf.c')
-rw-r--r--fbpdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbpdf.c b/fbpdf.c
index 98d26e5..e91cfe4 100644
--- a/fbpdf.c
+++ b/fbpdf.c
@@ -262,7 +262,7 @@ int main(int argc, char *argv[])
}
if (optind+1 != argc ) {
- fprintf(stderr, "usage: %s [ options ] <pdf-file>\n", argv[0]);
+ usage(stderr, argv[0]);
exit(1);
}