Skip to content

Commit

Permalink
Merge branch 'pabs3-fix-quiet-long-option'
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed May 1, 2024
2 parents 3f66990 + bf9fc9d commit 27be661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/uwsc/uwsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ int main (int argc, char ** argv) {
{"protocol", required_argument, NULL, 'p'}, // Websocket protocol
{"extensions", required_argument, NULL, 'e'}, // Websocket extensions
{"non-secure", no_argument, NULL, 's'}, // Do not check server certificate
{"quiet", no_argument, NULL, 'v'}, // Quiet mode
{"quiet", no_argument, NULL, 'q'}, // Quiet mode
{"version", no_argument, NULL, 'v'}, // Show version
{"help", no_argument, NULL, 'h'}, // print help
{NULL, 0, NULL, 0}
Expand Down

0 comments on commit 27be661

Please sign in to comment.