From fd6c75b2f53200848860f404e69f38fecf25722d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Tue, 5 Jun 2018 18:25:34 +0200 Subject: [PATCH] Add --enable-deref-arg to helptext --- src/main.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index b41e06e..9185921 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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)