diff --git a/platformio/device/monitor/command.py b/platformio/device/monitor/command.py index 24216b6c..ac74b336 100644 --- a/platformio/device/monitor/command.py +++ b/platformio/device/monitor/command.py @@ -32,9 +32,8 @@ from platformio.project.options import ProjectOptions "-b", "--baud", type=int, - default=ProjectOptions["env.monitor_speed"].default, show_default=True, - help="Set baud/speed", + help="Set baud/speed [default=%d]" % ProjectOptions["env.monitor_speed"].default, ) @click.option( "--parity",