From 4cf4b6f325df1a8eb1fdb57160cbf98f3f223be3 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 25 Jun 2013 20:47:38 -0700 Subject: add note about what to do to enable mosh --- lib/leap_cli/commands/shell.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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| -- cgit v1.2.3