Skip to content

Commit 8bf0388

Browse files
committed
changed help text
1 parent 4cde702 commit 8bf0388

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
@@ -186,7 +186,7 @@ def main() -> None:
186186
action=argparse.BooleanOptionalAction,
187187
default=False,
188188
required=False,
189-
help="Enable/disable copying the compiled libraries to arduino-esp32. Enabled by default")
189+
help="Enable/disable copying the compiled libraries to arduino-esp32. Disabled by default")
190190

191191
parser.add_argument("-c", "--arduino-path",
192192
metavar="<arduino path>",

0 commit comments

Comments
 (0)