mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
source-builder/sb/options.py: Change arc to arch in help
This commit is contained in:
parent
171b8d8794
commit
e73a258a3a
@ -235,7 +235,7 @@ class command_line:
|
||||
print('--with-<label> : Add the --with-<label> to the build')
|
||||
print('--without-<label> : Add the --without-<label> to the build')
|
||||
print('--rtems-tools path : Path to an install RTEMS tool set')
|
||||
print('--rtems-bsp arc/bsp : Standard RTEMS architecure and BSP specifier')
|
||||
print('--rtems-bsp arch/bsp : Standard RTEMS architecure and BSP specifier')
|
||||
print('--rtems-version ver : The RTEMS major/minor version string')
|
||||
if self.optargs:
|
||||
for a in self.optargs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user