Skip to content

Commit e735844

Browse files
committed
Fix arg message
1 parent 4581265 commit e735844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/config_editor/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def main() -> None:
123123
action=argparse.BooleanOptionalAction,
124124
default=True,
125125
required=False,
126-
help="Disable copying the compiled libraries to arduino-esp32")
126+
help="Enable/disable copying the compiled libraries to arduino-esp32. Enabled by default")
127127

128128
parser.add_argument("-c", "--arduino-path",
129129
metavar="<arduino path>",

0 commit comments

Comments
 (0)