From 103368415bf433ebb4bedb2210856993f4e4a5dc Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Wed, 13 Dec 2017 10:35:51 +0000 Subject: [PATCH] target/descriptor: Fix sudo_cmd parameter description --- wa/framework/target/descriptor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wa/framework/target/descriptor.py b/wa/framework/target/descriptor.py index 55a11d57..16a7d6ce 100644 --- a/wa/framework/target/descriptor.py +++ b/wa/framework/target/descriptor.py @@ -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. """), ],