Skip to content

Commit 6e8a5f3

Browse files
committed
[lldb] Fix a typo in --one-shot description (NFC)
1 parent 7f11850 commit 6e8a5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Commands/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ let Command = "breakpoint modify" in {
8484
Desc<"Set the number of times this breakpoint is skipped before stopping.">;
8585
def breakpoint_modify_one_shot : Option<"one-shot", "o">, Group<1>,
8686
Arg<"Boolean">,
87-
Desc<"The breakpoint is deleted the first time it stop causes a stop.">;
87+
Desc<"The breakpoint is deleted the first time it causes a stop.">;
8888
def breakpoint_modify_thread_index : Option<"thread-index", "x">, Group<1>,
8989
Arg<"ThreadIndex">, Desc<"The breakpoint stops only for the thread whose "
9090
"index matches this argument.">;

0 commit comments

Comments
 (0)