aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bruiser/bruiser.h2
1 files changed, 1 insertions, 1 deletions
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", "", ""},