mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-01 13:01:53 +08:00
chore: groupCreate: fix help message
This commit is contained in:
parent
f483b1540a
commit
2390f56c9a
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ sub help {
|
|||
$helpAlgoSize = '--algo ed25519';
|
||||
}
|
||||
osh_info <<"EOF";
|
||||
Usage : --osh SCRIPT_NAME --group GROUP --owner ACCOUNT $helpAlgoSize [--encrypted] [--no-key]
|
||||
Usage : --osh $scriptName --group GROUP --owner ACCOUNT $helpAlgoSize [--encrypted] [--no-key]
|
||||
Description : creates group GROUP on the bastion with ACCOUNT as the owner
|
||||
Params :
|
||||
|
||||
|
|
Loading…
Reference in a new issue