Merge pull request #356 from clusterfudge/issues-354

ISSUES-354: Fix help subcommand in remote operator script
pull/359/head
Chris McCormick 2024-06-13 07:43:42 +01:00 zatwierdzone przez GitHub
commit b9be24f09e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
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."