feat: accept -l as user option

pull/612/head
jon4hz 3 weeks ago committed by Stéphane Lesimple
parent b0868c1f29
commit 2b75792318

@ -353,7 +353,7 @@ my $remainingOptions;
"verbose+" => \my $verbose,
"tty|t" => \my $tty,
"no-tty|T" => \my $notty,
"user|u=s" => \my $user,
"user|u|l=s" => \my $user,
"osh=s" => \my $osh_command,
"telnet|e" => \my $telnet,
"password=s" => \my $passwordFile,

Loading…
Cancel
Save