diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-10-02 20:43:41 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-10-02 20:54:08 +0400 |
commit | 509d964e985b58ddc4c20ccc163809a6f3623d8a (patch) | |
tree | 0b859f219634322336a8bc31bcc873eaae1b1c97 /configure.in | |
parent | 86b9e14bc8fed823ae39ebc5fee62e98c524d3fe (diff) |
correct help string: horizontal -> vertical
Change-Id: Id67da9d90a8fa21b99733c448fc32e81c6f1ab46
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 ],,) |