diff options
author | rubidium <rubidium@openttd.org> | 2010-08-19 11:16:08 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-08-19 11:16:08 +0000 |
commit | fa0b8573dcba58a85e9d6792c1afa7af5f7503f2 (patch) | |
tree | 1adf2bdab8c0e8c28b717c0badb0da1fd414bd48 | |
parent | a4c6d07edc4937087e3f2d0b2bff52cc3980b9e2 (diff) | |
download | openttd-fa0b8573dcba58a85e9d6792c1afa7af5f7503f2.tar.xz |
(svn r20554) -Fix [FS#4057]: typo in configure --help
-rw-r--r-- | config.lib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.lib b/config.lib index e8078abfc..cd0b459f5 100644 --- a/config.lib +++ b/config.lib @@ -3208,7 +3208,7 @@ showhelp() { echo " --with-midi-arg=arg define which args to use for the" echo " midi-player" echo " --with-libtimidity enables libtimidity support" - echo " --with-allegrol[=allegro-config]" + echo " --with-allegro[=allegro-config]" echo " enables Allegro video driver support" echo " --with-cocoa enables COCOA video driver (OSX ONLY)" echo " --with-sdl[=sdl-config] enables SDL video driver support" |