Add --enable-deref-arg to helptext
This commit is contained in:
parent
5661ccbefc
commit
fd6c75b2f5
1 changed files with 3 additions and 2 deletions
|
@ -77,8 +77,9 @@ MainOptions options_parse(int argc, char** argv) {
|
|||
if(print_helptext) {
|
||||
cerr << "Usage: "
|
||||
<< argv[0]
|
||||
<< " [--switch-per-func | --global-switch] "
|
||||
<< "[--pc-list PC_LIST_FILE] elf_path"
|
||||
<< " [--switch-per-func | --global-switch]"
|
||||
<< " [--enable-deref-arg]"
|
||||
<< " [--pc-list PC_LIST_FILE] elf_path"
|
||||
<< endl;
|
||||
}
|
||||
if(exit_status >= 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue