Commit 36f99d9f authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Sort options correctly.

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1015 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 45fdc474
......@@ -16,8 +16,8 @@
.Op Fl h Ar type Ns Op , Ns Ar options
.Op Fl p Ar param Ns = Ns Ar value
.Op Fl s Ar type Ns Op , Ns Ar options
.Op Fl t Ar ttl
.Op Fl T Ar address Ns Op : Ns Ar port
.Op Fl t Ar ttl
.Op Fl V
.Op Fl w Ar min Ns Op , Ns Ar max Ns Op , Ns Ar timeout
.Sh DESCRIPTION
......@@ -78,8 +78,6 @@ Use the specified storage backend.
See
.Sx Storage Types
for a list of supported storage types.
.It Fl t Ar ttl
Specifies a hard minimum time to live for cached documents.
.It Fl T Ar address Ns Op : Ns Ar port
Offer a management interface on the specified
.Ar address
......@@ -88,6 +86,8 @@ and
See
.Sx Management Interface
for a list of management commands.
.It Fl t Ar ttl
Specifies a hard minimum time to live for cached documents.
.It Fl V
Display the version number and exit.
.It Fl w Ar min Ns Op , Ns Ar max Ns Op , Ns Ar timeout
......
......@@ -359,7 +359,7 @@ main(int argc, char *argv[])
MCF_ParamInit(cli);
cli_check(cli);
while ((o = getopt(argc, argv, "a:b:df:h:p:s:t:T:Vw:")) != -1)
while ((o = getopt(argc, argv, "a:b:df:h:p:s:T:t:Vw:")) != -1)
switch (o) {
case 'a':
MCF_ParamSet(cli, "listen_address", optarg);
......
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