Files
mosquitto/man/common/option-clientid-prefix.xml
2025-08-11 23:57:45 +01:00

13 lines
440 B
XML

<varlistentry>
<term><option>-I</option></term>
<term><option>--id-prefix</option></term>
<listitem>
<para>
Provide a prefix that the client id will be built from by appending
the process id of the client. This is useful where the broker is
using the clientid_prefixes option. Cannot be used at the same time
as the <option>--id</option> argument.
</para>
</listitem>
</varlistentry>