1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-31 10:11:17 +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

View File

@ -312,8 +312,8 @@ CONNECTION_PARAMS = {
Parameter('sudo_cmd', kind=str,
default="sudo -- sh -c '{}'",
description="""
Sudo command to use. Must have ``"{}"``` specified
somewher in the string it indicate where the command
Sudo command to use. Must have ``"{}"`` specified
somewhere in the string it indicate where the command
to be run via sudo is to go.
"""),
],