mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-28 18:10:38 +00:00
Fix man page generation
This commit is contained in:
parent
cc2ffbb4da
commit
90601b7b6b
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ This can be piped to a QR encoder to create a display that can be captured by a
|
|||
|
||||
For example:
|
||||
|
||||
[source]
|
||||
[source,bash]
|
||||
----
|
||||
dbus-send --session --dest=org.asamk.Signal --type=method_call --print-reply /org/asamk/Signal org.asamk.Signal.link string:"My secondary client" | tr '\n' '\0' | sed 's/.*string //g' | sed 's/\"//g' | qrencode -s10 -tANSI256
|
||||
----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue