diff options
author | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-02-22 16:37:53 +0000 |
---|---|---|
committer | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-02-22 16:37:53 +0000 |
commit | ad42b17a754b63a1f556eac364e55f412eae509d (patch) | |
tree | 95c92f7b190b4c86a2c47a3f866d604ba27ec938 /BaseTools | |
parent | 8014e7ceb0054a2f57ba94bf7b792cb1cb5837e4 (diff) | |
download | edk2-platforms-ad42b17a754b63a1f556eac364e55f412eae509d.tar.xz |
Fixed option name, ForceRebuild
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4748 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools')
-rwxr-xr-x | BaseTools/toolsetup.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/toolsetup.bat b/BaseTools/toolsetup.bat index 2f657ba967..54def14f32 100755 --- a/BaseTools/toolsetup.bat +++ b/BaseTools/toolsetup.bat @@ -226,7 +226,7 @@ goto end echo tested versions of the tools have been tested and included in the
echo EDK II repository.
echo.
- echo If you really want to build the tools, use the FORCE_REBUILD option.
+ echo If you really want to build the tools, use the ForceRebuild option.
echo.
goto end
)
|