diff --git a/piku b/piku index 803de7e..be31a65 100755 --- a/piku +++ b/piku @@ -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."