Skip to content
Snippets Groups Projects
Commit 9679c7e1 authored by elijah's avatar elijah
Browse files

leap_cli: minor help wording correction

parent c7657bcb
No related branches found
No related tags found
No related merge requests found
...@@ -155,7 +155,7 @@ module LeapCli ...@@ -155,7 +155,7 @@ module LeapCli
buffer = StringIO.new buffer = StringIO.new
keys = Dir.glob(path([:user_ssh, '*'])) keys = Dir.glob(path([:user_ssh, '*']))
if keys.empty? 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 end
if file_exists?(path(:monitor_pub_key)) if file_exists?(path(:monitor_pub_key))
keys << path(:monitor_pub_key) keys << path(:monitor_pub_key)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment