X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=src%2Fuserplex.c;h=565884d0d0632a31506a3d5f2935e7e7ee2613d9;hp=592c1b2f62c0bfc409a8dc12dd34d3335596e31f;hb=42384d2a2870e2cc119fdaa4db42de9865c6cea1;hpb=6174a0392d661ea7cba3cd90ff35ced3b518ca87 diff --git a/src/userplex.c b/src/userplex.c index 592c1b2..565884d 100644 --- a/src/userplex.c +++ b/src/userplex.c @@ -242,7 +242,7 @@ int main(int argc, char **argv) int fd; struct charvbuf csbuf; - while((c = getopt(argc, argv, "hIg:m:d:")) >= 0) { + while((c = getopt(argc, argv, "+hIg:m:d:")) >= 0) { switch(c) { case 'I': ignore = 1;