diff options
author | elijah <elijah@riseup.net> | 2013-06-25 20:47:38 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-06-25 20:47:38 -0700 |
commit | 4cf4b6f325df1a8eb1fdb57160cbf98f3f223be3 (patch) | |
tree | e06644dbc1bf2de5d2c036bf3c589a699fd6bb80 | |
parent | d8615fe6b2313722f0b643df52ae16f981efaa49 (diff) |
add note about what to do to enable mosh
-rw-r--r-- | lib/leap_cli/commands/shell.rb | 2 |
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| |