[examples] Fix: -p option processing;

v0.5.xx
Alexander Vdolainen 9 years ago
parent 2b146cfb11
commit 5cdf476b33

@ -281,7 +281,7 @@ int main(int argc, char **argv)
{ NULL, 0, NULL, 0 },
};
if((opt = getopt_long(argc, argv, "hvr:m:", long_options,
if((opt = getopt_long(argc, argv, "hvr:m:p:", long_options,
&option_index)) == -1) break;
switch(opt) {

Loading…
Cancel
Save