From 0a54339bbafedeee3b7e79d5e81895e09b661fb4 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sat, 17 Jun 2017 11:29:16 +0430 Subject: updated help section --- bruiser/bruiser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bruiser/bruiser.h b/bruiser/bruiser.h index 86cccf5..ce6e09a 100644 --- a/bruiser/bruiser.h +++ b/bruiser/bruiser.h @@ -120,7 +120,7 @@ help CMDHelp[] = { {"quit()", "", "quit bruiser", "none", "none"}, {"exit()", "", "quit bruiser", "none", "none"}, {"m0()", "", "bruiser reads the report generated by mutator-lvl0", "", ""}, - {"hijack()", "hijack main", "runs a specific matcher that replaces the main with a new main", "none", "returns the rewritten source code as a string"}, + {"hijackmain()", "hijack main", "runs a specific matcher that replaces the main with a new main", "none", "returns the rewritten source code as a string"}, {"clear()", "", "clears the terminal", "", ""}, {"history()", "", "prints bruiser's history", "", ""}, {"!", "", "prints the command from history", "", ""}, -- cgit v1.2.3