...
This commit is contained in:
parent
554c840d4e
commit
21a2768ec3
@ -207,7 +207,7 @@ def parse_ssh_args(args: List[str]) -> Tuple[List[str], List[str], bool]:
|
|||||||
else:
|
else:
|
||||||
expecting_option_val = True
|
expecting_option_val = True
|
||||||
break
|
break
|
||||||
print('unknown option -- {}'.format(arg), file=sys.stderr)
|
print('unknown option -- {}'.format(arg[1:]), file=sys.stderr)
|
||||||
subprocess.Popen(['ssh']).wait()
|
subprocess.Popen(['ssh']).wait()
|
||||||
raise SystemExit(255)
|
raise SystemExit(255)
|
||||||
continue
|
continue
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user