diff --git a/bin/shell/osh.pl b/bin/shell/osh.pl index 25910b8..bb338b4 100755 --- a/bin/shell/osh.pl +++ b/bin/shell/osh.pl @@ -352,7 +352,7 @@ my $remainingOptions; "osh=s" => \my $osh_command, "telnet|e" => \my $telnet, "password=s" => \my $passwordFile, - "P" => \my $selfPassword, + "self-password|P" => \my $selfPassword, "host|h=s" => \my $host, "help" => \my $help, "long-help" => \my $longHelp,