Docs and outdated option

This commit is contained in:
David Heinemeier Hansson
2023-01-20 17:19:37 +01:00
parent 31389bc7b5
commit 3d66e9ed33

View File

@@ -54,8 +54,7 @@ class Mrsk::Cli::App < Mrsk::Cli::Base
end
end
desc "bash", "Start a bash session on primary host"
option :host, desc: "Start bash on a different host"
desc "bash", "Start a bash session on primary host (or specific host set by --hosts)"
def bash
run_locally do
puts "Launching bash session on #{MRSK.primary_host}..."