source-builder/sb/options.py: Change arc to arch in help

This commit is contained in:
Joel Sherrill 2022-05-22 18:23:02 -05:00
parent 171b8d8794
commit e73a258a3a

View File

@ -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: