Skip to content

Commit

Permalink
demangler_tool: changed helpmsg
Browse files Browse the repository at this point in the history
  • Loading branch information
xvenge00 committed May 15, 2019
1 parent 8fcae76 commit b197366
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/demanglertool/demangler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ using BorlandDemangler = retdec::demangler::BorlandDemangler;
* @brief String constant containing help.
*/
const std::string helpmsg =
"Demangler tool.\n"
"\n"
"Usage:\n"
"\t'demangler -h | Show this help.\n"
"\t'demangler mangledname | Attempt to demangle a name using all available demanglers and print result if succeded.\n";
"\t'retdec-demangler [-h, --help] | Show this help.\n"
"\t'retdec-demangler <mangledname> | Attempt to demangle <mangledname> using all available demanglers and print result if succeded.\n";

/**
* @brief Main function of the Demangler tool.
Expand Down

0 comments on commit b197366

Please sign in to comment.