diff --git a/mogadm b/mogadm index 8030e60..9c5bebb 100755 --- a/mogadm +++ b/mogadm @@ -38,7 +38,7 @@ my $usage = { args => " [opts]", opts => { "" => "Hostname of machine", - "--status=s" => "One of {alive,down}. Default 'down'.", + "--status=s" => "One of {alive,down,readonly}. Default 'down'.", "--ip=s" => "IP address of machine.", "--port=i" => "HTTP port of mogstored", "--getport=i" => "Alternate HTTP port serving readonly traffic", @@ -51,7 +51,7 @@ my $usage = { args => " [opts]", opts => { "" => "Host name.", - "--status=s" => "One of {alive,down}.", + "--status=s" => "One of {alive,down,readonly}.", "--ip=s" => "IP address of machine.", "--port=i" => "HTTP port of mogstored", "--getport=i" => "Alternate HTTP port serving readonly traffic", @@ -64,7 +64,7 @@ my $usage = { args => " ", opts => { "" => "Host name to bring up or down.", - "" => "One of {alive,down}.", + "" => "One of {alive,down,readonly}.", } }, delete => { @@ -1597,7 +1597,7 @@ network. =item B<--status=Ehost statusE> -Valid host statuses are one of: alive, down, dead. +Valid host statuses are one of: alive, down, readonly. =back