X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Ftools%2Fgsprintconsole.c;h=fbd67e377fac9556c695af0d1d3656b182fc985e;hb=65ed2eb92c8bc98ae1cf810e72b1c0fc041656fe;hp=4bd0857f497bf5f5ae8bede31a8e3648a95c0a5f;hpb=a9c4a0562399665925cf79382ade5421c1302657;p=com%2Fgs-lite.git diff --git a/src/tools/gsprintconsole.c b/src/tools/gsprintconsole.c index 4bd0857..fbd67e3 100644 --- a/src/tools/gsprintconsole.c +++ b/src/tools/gsprintconsole.c @@ -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);