mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Add --bus-name option to use different D-Bus bus name
This commit is contained in:
parent
a48fdaf8b7
commit
1bf703b012
8 changed files with 98 additions and 53 deletions
|
@ -71,6 +71,9 @@ Make request via user dbus.
|
|||
*--dbus-system*::
|
||||
Make request via system dbus.
|
||||
|
||||
*--bus-name*::
|
||||
Connect to another D-Bus bus name than the default.
|
||||
|
||||
*-o* OUTPUT-MODE, *--output* OUTPUT-MODE::
|
||||
Specify if you want commands to output in either "plain-text" mode or in "json".
|
||||
Defaults to "plain-text"
|
||||
|
@ -746,6 +749,9 @@ See **signal-cli-dbus**(5) for info on the dbus interface.
|
|||
Export DBus interface on system bus. +
|
||||
See **signal-cli-dbus**(5) for info on the dbus interface.
|
||||
|
||||
*--bus-name*::
|
||||
Claim another D-Bus bus name than the default.
|
||||
|
||||
*--ignore-attachments*::
|
||||
Don’t download attachments of received messages.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue