Skip to content

Commit

Permalink
dtls-server.c: fix oder of options in help.
Browse files Browse the repository at this point in the history
Signed-off-by: Achim Kraus <[email protected]>
  • Loading branch information
boaks committed Mar 11, 2023
1 parent 387ba6a commit 83c4027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dtls-server.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ usage(const char *program, const char *version) {

fprintf(stderr, "%s v%s -- DTLS server implementation\n"
"(c) 2011-2014 Olaf Bergmann <[email protected]>\n\n"
"usage: %s [-A address] [-p port] [-v num] [-c cipher suites] [-e]\n"
"usage: %s [-A address] [-c cipher suites] [-e] [-p port] [-v num]\n"
"\t-A address\t\tlisten on specified address (default is ::)\n",
program, version, program);
cipher_suites_usage(stderr, "\t");
Expand Down

0 comments on commit 83c4027

Please sign in to comment.