[rtems-source-builder commit] source-builder/sb/options.py: Change arc to arch in help

Joel Sherrill joel at rtems.org
Sun May 22 23:22:54 UTC 2022


Module:    rtems-source-builder
Branch:    master
Commit:    e73a258a3aa4af8735b589a2d770571b2105ac5f
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=e73a258a3aa4af8735b589a2d770571b2105ac5f

Author:    Joel Sherrill <joel at rtems.org>
Date:      Sun May 22 18:23:02 2022 -0500

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

---

 source-builder/sb/options.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:



More information about the vc mailing list