mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-06-19 06:46:12 +01:00
target/descriptor: Fix sudo_cmd parameter description
This commit is contained in:
@ -312,8 +312,8 @@ CONNECTION_PARAMS = {
|
|||||||
Parameter('sudo_cmd', kind=str,
|
Parameter('sudo_cmd', kind=str,
|
||||||
default="sudo -- sh -c '{}'",
|
default="sudo -- sh -c '{}'",
|
||||||
description="""
|
description="""
|
||||||
Sudo command to use. Must have ``"{}"``` specified
|
Sudo command to use. Must have ``"{}"`` specified
|
||||||
somewher in the string it indicate where the command
|
somewhere in the string it indicate where the command
|
||||||
to be run via sudo is to go.
|
to be run via sudo is to go.
|
||||||
"""),
|
"""),
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user