mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sb: Fix the short options message.
This commit is contained in:
parent
1e5a261872
commit
d4dd593514
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user