Update configure.bat
(USAGE): Add -E -e
This commit is contained in:
parent
93fe5a3d0d
commit
c8855ab986
1 changed files with 5 additions and 1 deletions
|
|
@ -119,11 +119,15 @@ goto End
|
|||
echo Missing ^<board-name^>:^<config-name^> argument
|
||||
|
||||
:ShowUsage
|
||||
echo USAGE: %0 [-d] [-b|f] [-a ^<app-dir^>] ^<board-name^>:^<config-name^>
|
||||
echo USAGE: %0 [-d] [-E] [-e] [-b|f] [-a ^<app-dir^>] ^<board-name^>:^<config-name^>
|
||||
echo %0 [-h]
|
||||
echo\nWhere:
|
||||
echo -d:
|
||||
echo Enables debug output
|
||||
echo -E:
|
||||
echo Enforces distclean if already configured.
|
||||
echo -e:
|
||||
echo Performs distclean if configuration changed.
|
||||
echo -b:
|
||||
echo Informs the tool that it should use Windows style paths like C:\\Program Files
|
||||
echo instead of POSIX style paths are used like /usr/local/bin. Windows
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue