From 9f7a4958d65dd436dff90b37036ba01ce83066d5 Mon Sep 17 00:00:00 2001
From: Andre Noll <maan@systemlinux.org>
Date: Sat, 6 Apr 2013 22:27:51 +0000
Subject: [PATCH] afh_recv: Replace ggo text section by description.

This way the text shows up only when --detailed-help is given.
---
 m4/gengetopt/afh_recv.m4 | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/m4/gengetopt/afh_recv.m4 b/m4/gengetopt/afh_recv.m4
index ba9c9dab..2c34c4de 100644
--- a/m4/gengetopt/afh_recv.m4
+++ b/m4/gengetopt/afh_recv.m4
@@ -1,8 +1,6 @@
 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.
@@ -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.
-
 "
 
+include(header.m4)
+<qu>
 option "filename" f
 #~~~~~~~~~~~~~~~~~~
 "file to open"
-- 
2.39.5