diff --git a/platformio/project/options.py b/platformio/project/options.py index 02cea3a3..58149df9 100644 --- a/platformio/project/options.py +++ b/platformio/project/options.py @@ -263,7 +263,7 @@ ProjectOptions = OrderedDict( name="shared_dir", description=( "A location which PIO Remote uses to synchronize extra files " - "between remote machine." + "between remote machines" ), sysenvvar="PLATFORMIO_SHARED_DIR", default=os.path.join("$PROJECT_DIR", "shared"),