summaryrefslogtreecommitdiffstats
path: root/source-builder/sb
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2022-05-22 18:23:02 -0500
committerJoel Sherrill <joel@rtems.org>2022-05-22 18:28:08 -0500
commite73a258a3aa4af8735b589a2d770571b2105ac5f (patch)
tree7f8ea11b4da3e5649fad5ead568dc13111ad0f59 /source-builder/sb
parent6/tools: Update to the latest commit (diff)
downloadrtems-source-builder-e73a258a3aa4af8735b589a2d770571b2105ac5f.tar.bz2
source-builder/sb/options.py: Change arc to arch in help
Diffstat (limited to 'source-builder/sb')
-rw-r--r--source-builder/sb/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source-builder/sb/options.py b/source-builder/sb/options.py
index a0f196b..00cc611 100644
--- a/source-builder/sb/options.py
+++ b/source-builder/sb/options.py
@@ -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: