enh: doc: add from parameter as it is mandatory

This commit is contained in:
Thomas SOËTE 2020-11-23 11:28:15 +00:00
parent 6a81e55bf2
commit ef531308d5
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ my $remainingOptions = OVH::Bastion::Plugin::begin(
helptext => <<'EOF',
Declare and create a new trusted realm
Usage: --osh SCRIPT_NAME --realm REALM [OPTIONS]
Usage: --osh SCRIPT_NAME --realm REALM --from IP1,IP2 [OPTIONS]
--realm REALM Realm name to create
--comment STRING An optional comment when creating the realm. Double-quote if you're under a shell.

View file

@ -9,7 +9,7 @@ Declare and create a new trusted realm
.. admonition:: usage
:class: cmdusage
--osh realmCreate --realm REALM [OPTIONS]
--osh realmCreate --realm REALM --from IP1,IP2 [OPTIONS]
.. program:: realmCreate