]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
afh_recv: Replace ggo text section by description.
authorAndre Noll <maan@systemlinux.org>
Sat, 6 Apr 2013 22:27:51 +0000 (22:27 +0000)
committerAndre Noll <maan@systemlinux.org>
Thu, 13 Jun 2013 16:29:03 +0000 (18:29 +0200)
This way the text shows up only when --detailed-help is given.

m4/gengetopt/afh_recv.m4

index ba9c9dab359c0f876f81f5c50066aa868f4e26cf..2c34c4decd9072cc8176f194854eb102895d9d08 100644 (file)
@@ -1,8 +1,6 @@
 args "--no-version --no-help"
 
 args "--no-version --no-help"
 
-include(header.m4)
-<qu>
-text "
+description "
        The afh (audio format handler) receiver can be used to write
        selected parts of the given audio file without decoding
        the data.
        The afh (audio format handler) receiver can be used to write
        selected parts of the given audio file without decoding
        the data.
@@ -10,9 +8,10 @@ text "
        The selected parts of the content of the audio file are passed
        to the child nodes of the buffer tree. Only complete chunks
        with respect of the underlying audio format are passed.
        The selected parts of the content of the audio file are passed
        to the child nodes of the buffer tree. Only complete chunks
        with respect of the underlying audio format are passed.
-
 "
 
 "
 
+include(header.m4)
+<qu>
 option "filename" f
 #~~~~~~~~~~~~~~~~~~
 "file to open"
 option "filename" f
 #~~~~~~~~~~~~~~~~~~
 "file to open"