Skip to content

Commit

Permalink
doh: sort the -h options alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Sep 17, 2019
1 parent 4f41cfb commit 3498a00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doh.c
Original file line number Diff line number Diff line change
Expand Up @@ -695,10 +695,10 @@ static void help(void)
{
fputs("Usage: doh [options] <host> [URL]\n"
" -h this help\n"
" -k insecure mode - don't validate TLS certificate\n"
" -t test mode\n"
" -v verbose mode\n"
" -V show version\n"
" -k insecure mode - don't validate TLS certificate\n",
" -V show version\n",
stderr);
exit(1);
}
Expand Down

0 comments on commit 3498a00

Please sign in to comment.