diff options
author | elijah <elijah@riseup.net> | 2016-07-21 00:55:32 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2016-08-23 13:35:13 -0700 |
commit | 6fab56fb40256fb2e541ee3ad61490f03254d38e (patch) | |
tree | 63cbc8957f9db66737b6407a1bd0d8551a216b56 /lib | |
parent | 760aa6e1b0d7dd1764387c05f638c886745c55e7 (diff) |
fix typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/leap_cli/commands/node.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_cli/commands/node.rb b/lib/leap_cli/commands/node.rb index 9d210244..15575d4f 100644 --- a/lib/leap_cli/commands/node.rb +++ b/lib/leap_cli/commands/node.rb @@ -16,7 +16,7 @@ module LeapCli; module Commands "The format is property_name:value.", "For example: `leap node add web1 ip_address:1.2.3.4 services:webapp`.", "To set nested properties, property name can contain '.', like so: `leap node add web1 ssh.port:44`", - "Separeate multiple values for a single property with a comma, like so: `leap node add mynode services:webapp,dns`"].join("\n\n") + "Separate multiple values for a single property with a comma, like so: `leap node add mynode services:webapp,dns`"].join("\n\n") node.arg_name 'NAME [SEED]' # , :optional => false, :multiple => false node.command :add do |add| add.switch :local, :desc => 'Make a local testing node (by automatically assigning the next available local IP address). Local nodes are run as virtual machines on your computer.', :negatable => false |