Skip to content

Commit 359366a

Browse files
committed
Fix cmdline help
1 parent 0447721 commit 359366a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/chef/chef.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def main() -> int:
329329
action="store_true", dest="do_erase")
330330
parser.add_option("-i", "--terminal", help="opens terminal to interact with with device",
331331
action="store_true", dest="do_interact")
332-
parser.add_option("-I", "--enable_lit_icd", help="enable ICD (Long Idle Time Intermittently Connected Device)",
332+
parser.add_option("-I", "--enable_lit_icd", help="enable LIT ICD (Long Idle Time Intermittently Connected Device) mode",
333333
action="store_true", default=False)
334334
parser.add_option("-m", "--menuconfig", help="runs menuconfig on platforms that support it",
335335
action="store_true", dest="do_menuconfig")

0 commit comments

Comments
 (0)