Browse Source

Remove P: from getopt

pull/1119/head
Max Lv 7 years ago
parent
commit
e3027c9bee
1 changed files with 1 additions and 1 deletions
  1. 2
      src/tunnel.c

2
src/tunnel.c

@ -785,7 +785,7 @@ main(int argc, char **argv)
USE_TTY();
#ifdef ANDROID
while ((c = getopt_long(argc, argv, "f:s:p:l:k:t:m:i:c:b:L:a:n:P:huUvVA6",
while ((c = getopt_long(argc, argv, "f:s:p:l:k:t:m:i:c:b:L:a:n:huUvVA6",
long_options, &option_index)) != -1) {
#else
while ((c = getopt_long(argc, argv, "f:s:p:l:k:t:m:i:c:b:L:a:n:huUvA6",

Loading…
Cancel
Save