summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/avahi-browse.1.xml.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/man/avahi-browse.1.xml.in b/man/avahi-browse.1.xml.in
index 15856d2..b7dac7a 100644
--- a/man/avahi-browse.1.xml.in
+++ b/man/avahi-browse.1.xml.in
@@ -42,7 +42,7 @@
<p>Specify a DNS-SD service type (e.g. _http._tcp) to browse for
on the command line, or <opt>-a</opt> to browse for all
- available service types. Items that appear on the network are prefixed with "+", items that disappear are prefixed with "-".</p>
+ available service types. Items that appear on the network are prefixed with "+", items that disappear are prefixed with "-". If <opt>--resolve</opt> is passed items that are resolved are prefixed with "=".</p>
<option>
<p><opt>-a | --all</opt></p>
@@ -92,6 +92,11 @@
</option>
<option>
+ <p><opt>-p | --parsable</opt></p>
+ <optdesc><p>Make output easily parsable for usage in scripts. If enabled fields are seperated by semicolons (;), service names are escaped. It is recommended to combine this with <opt>--no-db-lookup</opt>.</p></optdesc>
+ </option>
+
+ <option>
<p><opt>-k | --no-db-lookup</opt></p>
<optdesc><p>Don't lookup services types in service type database.</p></optdesc>
</option>