From d0f4858762b7fc24f0391530792d66255c29404a Mon Sep 17 00:00:00 2001 From: hooper114 Date: Mon, 13 Jul 2009 19:44:50 +0000 Subject: [PATCH] Add --directsvg option to menu --- frontend/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/main.c b/frontend/main.c index 3b9e6155..72316da4 100644 --- a/frontend/main.c +++ b/frontend/main.c @@ -84,6 +84,7 @@ void usage(void) " --scale=NUMBER Adjust size of output image.\n" " --directpng Send PNG output to stdout\n" " --directeps Send EPS output to stdout\n" + " --directsvg Send SVG output to stdout\n" " --rotate=NUMBER Rotate symbol (PNG output only).\n" " --cols=NUMBER (PDF417) Number of columns.\n" " --vers=NUMBER (QR Code) Version\n"