]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - m4/gengetopt/server.m4
Merge branch 'refs/heads/t/autoplay-fix'
[paraslash.git] / m4 / gengetopt / server.m4
index 4c52d2c22b93d937777d7ded66e28ac946ecdd2a..48e7a1f49c299c3e8c52779c363df6b28b17e461 100644 (file)
@@ -1,6 +1,6 @@
 args "--conf-parser --no-handle-version --no-handle-help"
 
-purpose "Manage and stream audio files."
+purpose "Manage and stream audio files"
 
 include(header.m4)
 define(CURRENT_PROGRAM,para_server)
@@ -18,6 +18,7 @@ include(color.m4)
 include(daemon.m4)
 include(user.m4)
 include(group.m4)
+include(priority.m4)
 
 <qu>
 option "port" p
@@ -283,13 +284,12 @@ int typestr = "num"
 optional
 default = "4"
 details = "
-       This value must be larger than the value given for above
-       dccp-data-slices-per-group above. The difference being the
-       number of redundant slices per group, i.e.  the number of
-       data packets that may be lost without causing interruptions
-       of the resulting audio stream.
+       This value must be larger than the value of the argument to
+       --dccp-data-slices-per-group. The difference of the two values is
+       the number of redundant slices, that is, the number of slices which
+       may be lost without causing interruptions in the audio stream.
 
-       Increase this value if for lossy networks.
+       Increase this value if you are on a lossy network.
 "
 
 ####################