Browse Source

Update utils.c

pull/16/merge
Max Lv 11 years ago
parent
commit
df1b991d11
1 changed files with 1 additions and 1 deletions
  1. 2
      src/utils.c

2
src/utils.c

@ -96,7 +96,7 @@ void usage()
printf(" [-b <local_address>] specific local address to bind,\n");
printf(" only avaliable in local and redir modes\n");
printf(" [-u] udprelay mode to supprot udp traffic\n");
printf(" only avaliable in local and redir modes\n");
printf(" only avaliable in local and server modes\n");
printf(" [-v] verbose mode, debug output in console\n");
printf("\n");
}

Loading…
Cancel
Save