Add --enable-deref-arg to helptext

This commit is contained in:
Théophile Bastian 2018-06-05 18:25:34 +02:00
parent 5661ccbefc
commit fd6c75b2f5
1 changed files with 3 additions and 2 deletions

View File

@ -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)