mirror of
https://github.com/ovh/the-bastion.git
synced 2025-02-26 16:43:03 +08:00
fix: --self-password was missing as a -P synonym (#257)
This commit is contained in:
parent
11b2bc60b2
commit
7dcbfeebc6
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ my $remainingOptions;
|
||||||
"osh=s" => \my $osh_command,
|
"osh=s" => \my $osh_command,
|
||||||
"telnet|e" => \my $telnet,
|
"telnet|e" => \my $telnet,
|
||||||
"password=s" => \my $passwordFile,
|
"password=s" => \my $passwordFile,
|
||||||
"P" => \my $selfPassword,
|
"self-password|P" => \my $selfPassword,
|
||||||
"host|h=s" => \my $host,
|
"host|h=s" => \my $host,
|
||||||
"help" => \my $help,
|
"help" => \my $help,
|
||||||
"long-help" => \my $longHelp,
|
"long-help" => \my $longHelp,
|
||||||
|
|
Loading…
Reference in a new issue