From 2b75792318dd58faffc55c565d54e768343857e6 Mon Sep 17 00:00:00 2001 From: jon4hz Date: Wed, 28 Jan 2026 09:23:29 +0100 Subject: [PATCH] feat: accept -l as user option --- bin/shell/osh.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/shell/osh.pl b/bin/shell/osh.pl index bab68e4..c06e701 100755 --- a/bin/shell/osh.pl +++ b/bin/shell/osh.pl @@ -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,