1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-03-02 00:38:34 +00:00

target/descriptor: Fix sudo_cmd parameter description

This commit is contained in:
Marc Bonnici 2017-12-13 10:35:51 +00:00 committed by setrofim
parent 9832db9fa5
commit 103368415b

@ -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.
"""), """),
], ],