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

View file

@ -78,6 +78,7 @@ MainOptions options_parse(int argc, char** argv) {
cerr << "Usage: "
<< argv[0]
<< " [--switch-per-func | --global-switch]"
<< " [--enable-deref-arg]"
<< " [--pc-list PC_LIST_FILE] elf_path"
<< endl;
}