mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-04-20 09:40:50 +01:00
target/descriptor: Fix typo for 'telnet' param
This commit is contained in:
parent
85d23421b9
commit
f767714cd4
@ -282,9 +282,9 @@ CONNECTION_PARAMS = {
|
|||||||
description="""
|
description="""
|
||||||
The port SSH server is listening on on the target.
|
The port SSH server is listening on on the target.
|
||||||
"""),
|
"""),
|
||||||
Parameter('telent', kind=bool, default=False,
|
Parameter('telnet', kind=bool, default=False,
|
||||||
description="""
|
description="""
|
||||||
If set to ``True``, a Telent connection, rather than
|
If set to ``True``, a Telnet connection, rather than
|
||||||
SSH will be used.
|
SSH will be used.
|
||||||
"""),
|
"""),
|
||||||
Parameter('password_prompt', kind=str,
|
Parameter('password_prompt', kind=str,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user