run: dont break on userland due to missing termout file

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-11-15 00:00:02 +00:00
parent f8631e58d0
commit 95c1800b0e
2 changed files with 8 additions and 7 deletions

View File

@@ -228,7 +228,7 @@ the script is a .py file next to the source code.
'''
)
parser.add_argument(
'--userland', default=defaults['userland'],
'-u', '--userland', default=defaults['userland'],
)
parser.add_argument(
'break_at', nargs='?',