aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/commands/shell.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-02-23 20:52:38 -0800
committerelijah <elijah@riseup.net>2013-02-23 20:52:38 -0800
commit330c856014130b599d85d90e2f943d23ab1efc19 (patch)
treed03f5def53d075494689d55c47b3e918868cac06 /lib/leap_cli/commands/shell.rb
parentd28e451529b748b144e3fb0278afece967132e9f (diff)
downloadleap_cli-330c856014130b599d85d90e2f943d23ab1efc19.tar.gz
leap_cli-330c856014130b599d85d90e2f943d23ab1efc19.tar.bz2
minor improvements to wording of inline command help
Diffstat (limited to 'lib/leap_cli/commands/shell.rb')
-rw-r--r--lib/leap_cli/commands/shell.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/leap_cli/commands/shell.rb b/lib/leap_cli/commands/shell.rb
index 5d8fc66..cc17408 100644
--- a/lib/leap_cli/commands/shell.rb
+++ b/lib/leap_cli/commands/shell.rb
@@ -1,7 +1,7 @@
module LeapCli; module Commands
- desc 'Log in to the specified node with an interactive shell'
- arg_name '<node-name>', :optional => false, :multiple => false
+ desc 'Log in to the specified node with an interactive shell.'
+ arg_name 'NAME' #, :optional => false, :multiple => false
command :ssh do |c|
c.action do |global_options,options,args|
node = get_node_from_args(args)