diff options
author | unknown <lenz@mysql.com> | 2003-03-25 22:38:12 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-03-25 22:38:12 +0100 |
commit | 3d6dcd6567d70a80a01b47f179a7670572846556 (patch) | |
tree | e9a40692e32568af873807a45c4800ebdd5e702a /Build-tools | |
parent | f3a5d5aa98d8125cfdeaeda8bfac56fda9ce002c (diff) | |
download | mariadb-git-3d6dcd6567d70a80a01b47f179a7670572846556.tar.gz |
- fixed typo (build_command -> build-command)
Diffstat (limited to 'Build-tools')
-rwxr-xr-x | Build-tools/Bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-tools/Bootstrap b/Build-tools/Bootstrap index 34a30f4bc30..9f5fc37736d 100755 --- a/Build-tools/Bootstrap +++ b/Build-tools/Bootstrap @@ -45,7 +45,7 @@ $opt_skip_manual= undef; $version= "unknown"; GetOptions( - "build_command|b=s", + "build-command|b=s", "changelog|c:s", "directory|d=s", "delete", |