]> nmode's Git Repositories - signal-cli/blobdiff - src/main/java/org/asamk/signal/util/CommandUtil.java
Update captcha help text
[signal-cli] / src / main / java / org / asamk / signal / util / CommandUtil.java
index 3fa9aecd33abe1c2a006c9956c6fdf453ba0a752..d637f22e3e3d7621fffdd70a14ef3e34e393c92b 100644 (file)
@@ -105,8 +105,7 @@ public class CommandUtil {
             message = """
                       Captcha required for verification, use --captcha CAPTCHA
                       To get the token, go to https://signalcaptchas.org/registration/generate.html
-                      Check the developer tools (F12) console for a failed redirect to signalcaptcha://
-                      Everything after signalcaptcha:// is the captcha token.""";
+                      After solving the captcha, right-click on the "Open Signal" link and copy the link.""";
         } else {
             message = "Invalid captcha given.";
         }