Merge branch 'maint'
[paraslash.git] / ggo / udp_recv.ggo
index 6ad09f47e35a836adff3e3356dc715fe6becd891..4c37eace5affa02a9cdb90e1aecbe65a12e9e184 100644 (file)
@@ -3,7 +3,7 @@ option "host" i
 string default="224.0.1.38"
 optional
 details="
-       The default address resoves to DANTZ.MCAST.NET and activates
+       The default address resolves to DANTZ.MCAST.NET and activates
        multicast.
 "
 
@@ -11,3 +11,7 @@ option "port" p "udp port"
 int typestr="portnumber"
 default="8000"
 optional
+
+option "iface" I "receiving udp multicast interface"
+string
+optional