Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/prober.cc
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ static const char usage_str[] =
"\n"
"Common Options:\n"
#ifdef ENABLE_THREADS
" --threads Enable multi-threading support\n"
" -d, --dump Dump stacks from all threads (implies --threads)\n"
" -L, --threads Enable multi-threading support\n"
" -d, --dump Dump stacks from all threads (implies "
"--threads) and exit\n"
#else
" -d, --dump Dump the current interpreter stack\n"
" -d, --dump Dump the current interpreter stack and exit\n"
#endif
" -h, --help Show help\n"
" -n, --no-line-numbers Do not append line numbers to function names\n"
Expand Down