Commit 69348bb2 authored by Julien Muchembled's avatar Julien Muchembled Committed by Juliusz Chroboczek

Remove P flag from getopt.

This used to mean "parasitic", but has been removed a long time ago.
parent 7e2daa08
......@@ -123,7 +123,7 @@ main(int argc, char **argv)
change_smoothing_half_life(4);
while(1) {
opt = getopt(argc, argv, "m:p:h:H:i:k:A:PsuS:d:g:lwz:M:t:T:c:C:DL:I:");
opt = getopt(argc, argv, "m:p:h:H:i:k:A:suS:d:g:lwz:M:t:T:c:C:DL:I:");
if(opt < 0)
break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment