From 509d964e985b58ddc4c20ccc163809a6f3623d8a Mon Sep 17 00:00:00 2001 From: Ivan Timofeev Date: Tue, 2 Oct 2012 20:43:41 +0400 Subject: correct help string: horizontal -> vertical Change-Id: Id67da9d90a8fa21b99733c448fc32e81c6f1ab46 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index fba3bc244c71..2974db0d21d0 100644 --- a/configure.in +++ b/configure.in @@ -1989,7 +1989,7 @@ AC_ARG_WITH(intro-progressbar-text-color, AC_ARG_WITH(intro-progressbar-text-baseline, AS_HELP_STRING([--with-intro-progressbar-text-baseline], - [Set horizontal position of progress bar text on intro screen. Value in decimal format.]) + [Set vertical position of progress bar text on intro screen. Value in decimal format.]) [ Usage: --with-intro-progressbar-text-baseline=250 ],,) -- cgit