fix: selfGenerateProxyPassword: help message was incorrect

pull/481/head
Stéphane Lesimple 2 years ago committed by Stéphane Lesimple
parent 15e6869be0
commit b3361d3ed1

@ -17,9 +17,8 @@ my $remainingOptions = OVH::Bastion::Plugin::begin(
helptext => <<'EOF'
Generate a new ingress password to use the bastion HTTPS proxy
Usage: --osh SCRIPT_NAME [--size SIZE] --do-it
Usage: --osh SCRIPT_NAME --do-it
--size SIZE Size of the password to generate
--do-it Required for the password to actually be generated, BEWARE: please read the note below
This plugin generates a new ingress password to use the bastion HTTPS proxy.

@ -9,15 +9,11 @@ Generate a new ingress password to use the bastion HTTPS proxy
.. admonition:: usage
:class: cmdusage
--osh selfGenerateProxyPassword [--size SIZE] --do-it
--osh selfGenerateProxyPassword --do-it
.. program:: selfGenerateProxyPassword
.. option:: --size SIZE
Size of the password to generate
.. option:: --do-it
Required for the password to actually be generated, BEWARE: please read the note below

Loading…
Cancel
Save