diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-06-17 06:59:16 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-06-17 06:59:16 +0000 | 
| commit | 0a54339bbafedeee3b7e79d5e81895e09b661fb4 (patch) | |
| tree | 2b917d99288dd53328b7278d9ab17f1d69c3fc50 | |
| parent | now makes some sense (diff) | |
| download | mutator-0a54339bbafedeee3b7e79d5e81895e09b661fb4.tar.gz mutator-0a54339bbafedeee3b7e79d5e81895e09b661fb4.zip | |
updated help section
Diffstat (limited to '')
| -rw-r--r-- | bruiser/bruiser.h | 2 | 
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", "", ""}, | 
