From: Arnaud Giersch Date: Wed, 12 Jan 2011 15:04:34 +0000 (+0100) Subject: Remove "-s" option from getopt parameters. X-Git-Tag: v0.1~188^2~40 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/16a31c00016c1067d3f401c90562b7415dfd2c26?ds=inline Remove "-s" option from getopt parameters. --- diff --git a/options.cpp b/options.cpp index c4ae59a..31c23b9 100644 --- a/options.cpp +++ b/options.cpp @@ -170,7 +170,7 @@ bool opt::parse_args(int* argc, char* argv[]) int c; opterr = 0; - while ((c = getopt(*argc, argv, "a:bc:C:ehi:I:l:L:N:s:T:vV")) != -1) { + while ((c = getopt(*argc, argv, "a:bc:C:ehi:I:l:L:N:T:vV")) != -1) { switch (c) { case 'a': opt::loba_algo = optarg;