summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-09-03 12:43:06 +0000
committerLennart Poettering <lennart@poettering.net>2007-09-03 12:43:06 +0000
commitdd8365aee5f2c61880120c49ea898399c8667a13 (patch)
treeef37da91515343d10dd82d846981785e300d8459 /man
parent69a318a8f3b2a361ee5cc6da21b76fab2ab34c8d (diff)
Add new option --parsable to avahi-browse for output in an easily parsable format. (Closes #169)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1529 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
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>