Commit 2be7bb5d authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

varnishadm: Add -p to the synopsis

Refs 33ffbbc5
parent bf1c04bc
......@@ -374,8 +374,8 @@ static void v_noreturn_
usage(int status)
{
fprintf(stderr,
"Usage: varnishadm [-h] [-p] [-n ident] [-S secretfile] "
"[-t timeout] [-T [address]:port] [command [...]]\n");
"Usage: varnishadm [-h] [-n ident] [-p] [-S secretfile] "
"[-T [address]:port] [-t timeout] [command [...]]\n");
fprintf(stderr, "\t-n is mutually exclusive with -S and -T\n");
exit(status);
}
......
......@@ -19,7 +19,7 @@ Control a running Varnish instance
SYNOPSIS
========
varnishadm [-h] [-n ident] [-t timeout] [-S secretfile] [-T [address]:port] [command [...]]
varnishadm [-h] [-n ident] [-p] [-S secretfile] [-T [address]:port] [-t timeout] [command [...]]
DESCRIPTION
......
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