Skip to content

Commit a40aa80

Browse files
committed
Debugger: Add missing newline in "help" output
1 parent 2822b10 commit a40aa80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Applications/Debugger/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ void print_help()
170170
"cont - Continue execution\n"
171171
"si - step to the next instruction\n"
172172
"sl - step to the next source line\n"
173-
"line - show the position of the current instruction in the source code"
173+
"line - show the position of the current instruction in the source code\n"
174174
"regs - Print registers\n"
175175
"dis [number of instructions] - Print disassembly\n"
176176
"bp <address/symbol/file:line> - Insert a breakpoint\n");

0 commit comments

Comments
 (0)