From 9679c7e1cd5d7b5824fa99b070dc0899779c92ec Mon Sep 17 00:00:00 2001
From: elijah <elijah@riseup.net>
Date: Sat, 19 Aug 2017 13:42:39 -0700
Subject: [PATCH] leap_cli: minor help wording correction

---
 lib/leap_cli/commands/compile.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
-- 
GitLab