Skip to content

Commit 0053570

Browse files
authored
Update del_usb_source.py
1 parent 3cc0d0e commit 0053570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/del_usb_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def main(dir_out):
3636
"--dir",
3737
dest="dir_out",
3838
required=True,
39-
help="Directory folder where the esp32-s2 'sdkonfig' file is located",
39+
help="Path to out folder",
4040
)
4141
args = parser.parse_args()
4242

0 commit comments

Comments
 (0)