Skip to content

Commit

Permalink
Add new flags to --help
Browse files Browse the repository at this point in the history
  • Loading branch information
Andras Fekete committed Oct 23, 2024
1 parent 1f848cb commit bde779d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sslSniffer/sslSnifferTest/snifftest.c
Original file line number Diff line number Diff line change
Expand Up @@ -1016,8 +1016,10 @@ int main(int argc, char** argv)
else {
fprintf(stderr, "Error parsing: %s\n", argv[i]);
fprintf(stderr, "Usage: %s -pcap pcap_arg -key key_arg"
" [-deviceName deviceName_arg]"
" [-password password_arg] [-server server_arg]"
" [-port port_arg]"
" [-tracefile tracefile_arg]"
#if defined(WOLFSSL_SNIFFER_KEYLOGFILE)
" [-keylogfile keylogfile_arg]"
#endif /* WOLFSSL_SNIFFER_KEYLOGFILE */
Expand Down

0 comments on commit bde779d

Please sign in to comment.