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