@@ -202,8 +202,8 @@ let Command = "breakpoint set" in {
202
202
Desc<"Move breakpoints to nearest code. If not set the "
203
203
"target.move-to-nearest-codesetting is used.">;
204
204
def breakpoint_set_file_colon_line : Option<"joint-specifier", "y">, Group<12>, Arg<"FileLineColumn">,
205
- Required, Completion<"SourceFile">,
206
- Desc<"A specifier in the form filename:line[:column] for setting file & line breakpoints.">;
205
+ Required, Completion<"SourceFile">,
206
+ Desc<"A specifier in the form filename:line[:column] for setting file & line breakpoints.">;
207
207
/* Don't add this option till it actually does something useful...
208
208
def breakpoint_set_exception_typename : Option<"exception-typename", "O">,
209
209
Arg<"TypeName">, Desc<"The breakpoint will only stop if an "
@@ -327,7 +327,7 @@ let Command = "disassemble" in {
327
327
def disassemble_options_pc : Option<"pc", "p">, Group<5>,
328
328
Desc<"Disassemble around the current pc.">;
329
329
def disassemble_options_line : Option<"line", "l">, Group<6>,
330
- Desc<"Disassemble the current frame's current source line instructions if"
330
+ Desc<"Disassemble the current frame's current source line instructions if "
331
331
"there is debug line table information, else disassemble around the pc.">;
332
332
def disassemble_options_address : Option<"address", "a">, Group<7>,
333
333
Arg<"AddressOrExpression">,
@@ -762,7 +762,7 @@ let Command = "source list" in {
762
762
def source_list_reverse : Option<"reverse", "r">, Group<4>, Desc<"Reverse the"
763
763
" listing to look backwards from the last displayed block of source.">;
764
764
def source_list_file_colon_line : Option<"joint-specifier", "y">, Group<5>,
765
- Arg<"FileLineColumn">, Completion<"SourceFile">,
765
+ Arg<"FileLineColumn">, Completion<"SourceFile">,
766
766
Desc<"A specifier in the form filename:line[:column] from which to display"
767
767
" source.">;
768
768
}
0 commit comments