audiod: Implement --config-file option.
[paraslash.git] / dccp_recv.ggo
index ba96dd8497dd4dabb2f70ba1baa0d008e949326a..9717329d29b036baf460fb747901ea41b913e632 100644 (file)
@@ -1,3 +1,13 @@
-section "options of the dccp receiver"
-option "host" i "ip or host" string default="localhost" optional
-option "port" p "port to connect to" int default="5001" optional
+option "host" i
+"ip or host"
+string default="localhost"
+optional
+details="
+       Both IPv4 and IPv6 addresses are supported.
+"
+
+option "port" p
+"port to connect to"
+int
+default="8000"
+optional