Add -p option to varnishadm usage

and sort options alphabetically while being at it.

Relates to ##3687
parent 2bb623d6
......@@ -369,8 +369,8 @@ static void v_noreturn_
usage(int status)
{
fprintf(stderr,
"Usage: varnishadm [-h] [-n ident] [-t timeout] [-S secretfile] "
"[-T [address]:port] [command [...]]\n");
"Usage: varnishadm [-h] [-p] [-n ident] [-S secretfile] "
"[-t timeout] [-T [address]:port] [command [...]]\n");
fprintf(stderr, "\t-n is mutually exclusive with -S and -T\n");
exit(status);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment