From: elijah Date: Wed, 26 Jun 2013 03:47:38 +0000 (-0700) Subject: add note about what to do to enable mosh X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4cf4b6f325df1a8eb1fdb57160cbf98f3f223be3;p=leap%2Fleap_cli.git add note about what to do to enable mosh --- 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|