diff options
| -rwxr-xr-x | lldb/test/dotest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/dotest.py b/lldb/test/dotest.py index 108a9a5e706..87b115a644b 100755 --- a/lldb/test/dotest.py +++ b/lldb/test/dotest.py @@ -72,7 +72,7 @@ config = {} # Delay startup in order for the debugger to attach. delay = False -# Dump the Python sys.path variable. +# Dump the Python sys.path variable. Use '-D' to dump sys.path. dumpSysPath = False # By default, failfast is False. Use '-F' to overwrite it. |

