diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-10-02 20:43:41 +0400 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2012-10-03 16:09:03 +0200 |
commit | 73331a70d43376666a48901742627fb80a45dec2 (patch) | |
tree | 2eb1a159521a0a0f849ae39576877c935b761cf7 | |
parent | 4256f704057d13c5a95461c4cf0a404ede551286 (diff) |
correct help string: horizontal -> vertical
Change-Id: Id67da9d90a8fa21b99733c448fc32e81c6f1ab46
Signed-off-by: Jan Holesovsky <kendy@suse.cz>
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f8623276d5b4..b2ae53770743 100644 --- a/configure.in +++ b/configure.in @@ -1831,7 +1831,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 ],,) |