]> nmode's Git Repositories - signal-cli/commitdiff
Fix man page generation
authorAsamK <asamk@gmx.de>
Sun, 22 Oct 2023 19:33:15 +0000 (21:33 +0200)
committerAsamK <asamk@gmx.de>
Sun, 22 Oct 2023 19:33:15 +0000 (21:33 +0200)
man/signal-cli-dbus.5.adoc

index cd73b9f0897af835116b6de2f1102c6dbf343e9d..732efe43f803957c3bb639f43cced679c03ddf6d 100644 (file)
@@ -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
 ----