From de0573dabb9f1733d0cf4059367f7c248798001a Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Wed, 18 Feb 2009 10:42:19 +0000 Subject: [PATCH] do not exceed the 80 column limit when printing the list of available libraries git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wx-config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wx-config.in b/wx-config.in index 5a099366a6..b06d0e065f 100755 --- a/wx-config.in +++ b/wx-config.in @@ -72,7 +72,8 @@ usage() list below. The --optional-libs parameter should be followed by a list of libs that should be linked to, but only if they are available. - Available libraries in this build are : @BUILT_WX_LIBS@ + Available libraries in this build are: + @BUILT_WX_LIBS@ EOF -- 2.50.0