sb: Fix the short options message.

This commit is contained in:
Chris Johns 2018-10-12 10:56:25 -07:00
parent 1e5a261872
commit d4dd593514

View File

@ -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