X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/404a8d5b50296756e0896c1914750fa235720946..16a31c00016c1067d3f401c90562b7415dfd2c26:/options.cpp?ds=inline 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;