From 7f8458aa92489a1658b861a5af8bfe0c4db2a9a2 Mon Sep 17 00:00:00 2001
From: Aaron Viets <aaron.viets@ligo.org>
Date: Wed, 24 Jan 2018 21:28:10 -0800
Subject: [PATCH] lal_transferfunction:  removed obsolete statement in
 gst-inspect output.

---
 gstlal-calibration/gst/lal/gstlal_transferfunction.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gstlal-calibration/gst/lal/gstlal_transferfunction.c b/gstlal-calibration/gst/lal/gstlal_transferfunction.c
index e1670dc1ff..10e452f3da 100644
--- a/gstlal-calibration/gst/lal/gstlal_transferfunction.c
+++ b/gstlal-calibration/gst/lal/gstlal_transferfunction.c
@@ -1172,8 +1172,7 @@ static void gstlal_transferfunction_class_init(GSTLALTransferFunctionClass *klas
 		"This sink element only has one sink pad, so it requires interleaving all input data. The\n\t\t\t   "
 		"first channel is treated as the output of the transfer function, and the rest are\n\t\t\t   "
 		"treated as inputs. If there are multiple inputs, the transfer functions are optimized\n\t\t\t   "
-		"to minimize the RMS difference between the output and the approximated output. A maximum\n\t\t\t   "
-		"of 10 inputs are supported.",
+		"to minimize the RMS difference between the output and the approximated output.",
 		"Aaron Viets <aaron.viets@ligo.org>"
 	);
 
-- 
GitLab