diff options
author | elijah <elijah@riseup.net> | 2017-08-19 13:42:39 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2017-08-19 13:42:39 -0700 |
commit | 9679c7e1cd5d7b5824fa99b070dc0899779c92ec (patch) | |
tree | bd4e6e8e79bcce4d6369d5f31d09dd4f18f8d928 /lib/leap_cli | |
parent | c7657bcba40c936a9b1676374c1489c2f7c25907 (diff) |
leap_cli: minor help wording correction
Diffstat (limited to 'lib/leap_cli')
-rw-r--r-- | lib/leap_cli/commands/compile.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_cli/commands/compile.rb b/lib/leap_cli/commands/compile.rb index 92c879d7..16dff3df 100644 --- a/lib/leap_cli/commands/compile.rb +++ b/lib/leap_cli/commands/compile.rb @@ -155,7 +155,7 @@ module LeapCli buffer = StringIO.new keys = Dir.glob(path([:user_ssh, '*'])) if keys.empty? - bail! "You must have at least one public SSH user key configured in order to proceed. See `leap help add-user`." + bail! "You must have at least one public SSH user key configured in order to proceed. See `leap help user add`." end if file_exists?(path(:monitor_pub_key)) keys << path(:monitor_pub_key) |