mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-01 13:01:53 +08:00
enh: doc: add from parameter as it is mandatory
This commit is contained in:
parent
6a81e55bf2
commit
ef531308d5
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue