Skip to content

Commit e68403c

Browse files
committed
helptext
1 parent 5490022 commit e68403c

File tree

1 file changed

+1
-1
lines changed
  • cross-project-tests/debuginfo-tests/dexter/dex/debugger

1 file changed

+1
-1
lines changed

cross-project-tests/debuginfo-tests/dexter/dex/debugger/Debuggers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def add_debugger_tool_base_arguments(parser, defaults):
7474
type=str,
7575
metavar="<filepath>",
7676
default=None,
77-
help="log file for messages between Dexter and the debug adapter; set to '-' to log to stdout",
77+
help="log file for messages between Dexter and the debug adapter; set to '-' to log to stdout, '-e' to log to stderr",
7878
)
7979
dap_group.add_argument(
8080
"--colorize-dap-log",

0 commit comments

Comments
 (0)