diff --git a/docs b/docs index ac0f59ad..9c6c114d 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit ac0f59ad37241ad7c47e05a5d69d1107f13b7019 +Subproject commit 9c6c114dd5f1ebee72b8bacda036115a72955683 diff --git a/platformio/commands/debug.py b/platformio/commands/debug.py index 7ea97940..1a6e49b5 100644 --- a/platformio/commands/debug.py +++ b/platformio/commands/debug.py @@ -23,7 +23,7 @@ from platformio.managers.core import pioplus_call @click.command( "debug", context_settings=dict(ignore_unknown_options=True), - short_help="The Unified Debugger") + short_help="PIO Unified Debugger") @click.option( "-d", "--project-dir",