ISSUES-354: Fix help subcommand in remote operator script

pull/356/head
Sean Fitzgerald 2024-06-12 20:34:10 -07:00
rodzic 4110c7284b
commit 48067baae6
1 zmienionych plików z 1 dodań i 1 usunięć

2
piku
Wyświetl plik

@ -55,7 +55,7 @@ else
out "App: $app"
out
case "$cmd" in
"")
""|help)
ssh -o LogLevel=QUIET ${sshflags} "$server" "$@" | grep -v "INTERNAL"
echo " shell Local command to start an SSH session in the remote."
echo " init Local command to download an example ENV and Procfile."