diff options
author | Tomas Chvatal <tchvatal@suse.cz> | 2012-04-17 10:01:13 +0200 |
---|---|---|
committer | Tomas Chvatal <tchvatal@suse.cz> | 2012-04-17 10:01:26 +0200 |
commit | b3fa15b05f5fab3d62f10a5419ea56cd8d87e629 (patch) | |
tree | 0f26e5ec0a81d8879549f23a892564de5a0f6951 | |
parent | f9f8d9ac12979e7ec2f269e7f42f1408da9b6795 (diff) |
Fix help string in --with-flat-logo.
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 13cc862825ab..e71aaa92031d 100644 --- a/configure.in +++ b/configure.in @@ -1766,7 +1766,7 @@ AC_ARG_WITH(intro-progressbar-frame-color, AC_ARG_WITH(flat-logo-svg, [ --with-flat-logo-svg Allows specification of the flat Logo SVG. - Usage: --with-about-background-svg=/path/my_flat_logo.svg + Usage: --with-flat-logo-svg=/path/my_flat_logo.svg ],,) AC_ARG_WITH(about-background-svg, |