Fix a bug in gsprintconsole parameters 36/1136/1
authorvlad shkapenyuk <vshkap@research.att.com>
Thu, 10 Oct 2019 20:38:53 +0000 (16:38 -0400)
committervlad shkapenyuk <vshkap@research.att.com>
Thu, 10 Oct 2019 20:38:53 +0000 (16:38 -0400)
Signed-off-by: vlad shkapenyuk <vshkap@research.att.com>
Change-Id: I08eaa7f2993b276a36e79b80eba7fc57177b7fc6

src/tools/gsprintconsole.c

index 4bd0857..fbd67e3 100644 (file)
@@ -166,7 +166,7 @@ int main(int argc, char* argv[]) {
     // by default the output will go to stdout
     outf = stdout;
     
-    while ((ch = getopt(argc, argv, "l:p:r:vXD")) != -1) {
+    while ((ch = getopt(argc, argv, "l:p:r:veXD")) != -1) {
         switch (ch) {
             case 'r':
                 bufsz=atoi(optarg);