From: Andre Noll Date: Sun, 12 Jun 2016 10:30:39 +0000 (+0200) Subject: write: Improve help text of --writer. X-Git-Tag: v0.5.6~11 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=5e8d8a8eea6de9459ebdf4498f9f061c84bfa63a;ds=sidebyside write: Improve help text of --writer. The stated default value applies only to Linux, and is only correct if alsa is supported. This patch removes the default line for this option and explains in the help text how the default writer is determined. --- diff --git a/m4/gengetopt/write.m4 b/m4/gengetopt/write.m4 index 83e8bcab..6667cb8c 100644 --- a/m4/gengetopt/write.m4 +++ b/m4/gengetopt/write.m4 @@ -9,12 +9,12 @@ option "writer" w #~~~~~~~~~~~~~~~~ "select stream writer" string typestr="name" -default="alsa (file if alsa is unsupported)" optional multiple details=" - May be give multiple times. The same writer may be specified - more than once. + May be given multiple times, and the same writer may be specified more + than once. If this option is not given, the first supported writer + is started. The list of supported writers is shown in the help output. " include(channels.m4)