From 23282fc7e857a7628577cc9b8afb843c7d013007 Mon Sep 17 00:00:00 2001 From: Elburz Sorkhabi Date: Sun, 21 Jun 2020 16:56:54 -0400 Subject: [PATCH] add further clarification to addDevice docs I added a short note mentioning to add quotation marks around the full URI, otherwise the user receives "Invalid device URI" errors from Java. --- man/signal-cli.1.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/signal-cli.1.adoc b/man/signal-cli.1.adoc index 7781b1c5..38e432d5 100644 --- a/man/signal-cli.1.adoc +++ b/man/signal-cli.1.adoc @@ -103,7 +103,7 @@ Link another device to this device. Only works, if this is the master device. *--uri* URI:: -Specify the uri contained in the QR code shown by the new device. +Specify the uri contained in the QR code shown by the new device. You will need the full uri enclosed in quotation marks, such as "tsdevice:/?uuid=....." === listDevices