summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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