]> gitweb.fluxo.info Git - leap/leap_cli.git/commitdiff
add note about what to do to enable mosh
authorelijah <elijah@riseup.net>
Wed, 26 Jun 2013 03:47:38 +0000 (20:47 -0700)
committerelijah <elijah@riseup.net>
Wed, 26 Jun 2013 03:47:38 +0000 (20:47 -0700)
lib/leap_cli/commands/shell.rb

index be51247b7d5b2ca0bf777ed991861929ce654052..8e62f06d12fdadb2a3a943a67f73c7a659859143 100644 (file)
@@ -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|