diff options
author | lenz@mysql.com <> | 2003-03-25 22:38:12 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2003-03-25 22:38:12 +0100 |
commit | 26f46fd345a1a782842347d271e55e91e74237b4 (patch) | |
tree | e9a40692e32568af873807a45c4800ebdd5e702a /Build-tools/Bootstrap | |
parent | 6d8f83367371a6d0dce9fd37b0b0898b399018c1 (diff) | |
download | mariadb-git-26f46fd345a1a782842347d271e55e91e74237b4.tar.gz |
- fixed typo (build_command -> build-command)
Diffstat (limited to 'Build-tools/Bootstrap')
-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", |