Skip to content

Commit

Permalink
Fix man page generation
Browse files Browse the repository at this point in the history
  • Loading branch information
AsamK committed Oct 22, 2023
1 parent cc2ffbb commit 90601b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/signal-cli-dbus.5.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
----
Expand Down

0 comments on commit 90601b7

Please sign in to comment.