aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-06-25 20:47:38 -0700
committerelijah <elijah@riseup.net>2013-06-25 20:47:38 -0700
commit4cf4b6f325df1a8eb1fdb57160cbf98f3f223be3 (patch)
treee06644dbc1bf2de5d2c036bf3c589a699fd6bb80
parentd8615fe6b2313722f0b643df52ae16f981efaa49 (diff)
downloadleap_cli-4cf4b6f325df1a8eb1fdb57160cbf98f3f223be3.tar.gz
leap_cli-4cf4b6f325df1a8eb1fdb57160cbf98f3f223be3.tar.bz2
add note about what to do to enable mosh
-rw-r--r--lib/leap_cli/commands/shell.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_cli/commands/shell.rb b/lib/leap_cli/commands/shell.rb
index be51247..8e62f06 100644
--- a/lib/leap_cli/commands/shell.rb
+++ b/lib/leap_cli/commands/shell.rb
@@ -8,7 +8,7 @@ module LeapCli; module Commands
end
end
- desc 'Log in to the specified node with an interactive shell using mosh.'
+ desc 'Log in to the specified node with an interactive shell using mosh (requires node to have mosh.enabled set to true).'
arg_name 'NAME'
command :mosh do |c|
c.action do |global_options,options,args|