From: Elburz Sorkhabi Date: Sun, 21 Jun 2020 20:56:54 +0000 (-0400) Subject: add further clarification to addDevice docs X-Git-Tag: v0.6.9~22 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/23282fc7e857a7628577cc9b8afb843c7d013007?ds=sidebyside 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. --- 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