[rtems-source-builder commit] sb: Fix the short options message.
Chris Johns
chrisj at rtems.org
Fri Oct 12 17:57:32 UTC 2018
Module: rtems-source-builder
Branch: master
Commit: d4dd593514737efe0dcf7b54bfa710743ee519ec
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=d4dd593514737efe0dcf7b54bfa710743ee519ec
Author: Chris Johns <chrisj at rtems.org>
Date: Fri Oct 12 10:56:25 2018 -0700
sb: Fix the short options message.
---
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 5767c48..7312285 100644
--- a/source-builder/sb/options.py
+++ b/source-builder/sb/options.py
@@ -271,7 +271,7 @@ class command_line:
raise error.general('unknown option: %s' % (lo))
else:
if a.startswith('-'):
- raise error.general('not short options; only "-?"')
+ raise error.general('short options not supported; only "-?"')
self.opts['params'].append(a)
arg += 1
More information about the vc
mailing list