<refsect1>
<title>Description</title>
- <para><command>systemd-stdio-bridge</command> implements a proxy for a D-Bus endpoint. It expects to
- receive an open connection to a bus when started, and will also connect to a (different) bus as a
- client. It will then act as a server on the first connection, and forward messages between the two
- busses. This program is suitable for socket activation: the first connection may be a pipe or a socket
- and must be passed as either standard input, or as an open file descriptor according to the protocol
- described in
+ <para><command>systemd-stdio-bridge</command> implements a proxy between STDIN/STDOUT and a D-Bus bus. It
+ expects to receive an open connection via STDIN/STDOUT when started, and will create a new connection to
+ the specified bus. It will then forward messages between the two connections. This program is suitable
+ for socket activation: the first connection may be a pipe or a socket and must be passed as either
+ standard input, or as an open file descriptor according to the protocol described in
<citerefentry><refentrytitle>sd_listen_fds</refentrytitle><manvolnum>3</manvolnum></citerefentry>. The
second connection will be made by default to the local system bus, but this can be influenced by the
<option>--user</option>, <option>--system</option>, <option>--machine=</option>, and
static int help(void) {
printf("%s [OPTIONS...]\n\n"
- "Forward messages between two D-Bus busses via a pipe or socket.\n\n"
+ "Forward messages between a pipe or socket and a D-Bus bus.\n\n"
" -h --help Show this help\n"
" --version Show package version\n"
" -p --bus-path=PATH Path to the bus address (default: %s)\n"