diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-06-23 02:10:44 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-06-23 02:10:44 +0000 | 
| commit | 653ab7299ad1c6c05092d952a68c19c845b896e4 (patch) | |
| tree | c235e5591990de176931fae0ada18bdf0817c4de | |
| parent | added the new command (diff) | |
| download | mutator-653ab7299ad1c6c05092d952a68c19c845b896e4.tar.gz mutator-653ab7299ad1c6c05092d952a68c19c845b896e4.zip | |
added help for the new command
| -rw-r--r-- | bruiser/bruiser.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/bruiser/bruiser.h b/bruiser/bruiser.h index 96df53d..4c532b3 100644 --- a/bruiser/bruiser.h +++ b/bruiser/bruiser.h @@ -133,7 +133,8 @@ help CMDHelp[] = {    {"Unions()", "", "lists all available union declarations", "none", "returns a string array of the union declarations"},    {"make()", "", "runs your make command", "", ""},    {"historysize()", "historysize(200)", "sets the history size", "[uint history_size]", ""}, -  {"showsource()", "showsource(1,5,\"test.cpp\")", "shows the source code for the given range and filename", "[uint beginline, uint endline, string filename]", "returns a string array of the returned source file"} +  {"showsource()", "showsource(1,5,\"test.cpp\")", "shows the source code for the given range and filename", "[uint beginline, uint endline, string filename]", "returns a string array of the returned source file"}, +  {"extractmutagen()", "extractmutagen(\"test.cpp\")", "runs m0 on the source(s)", "[string]", "pid"}  };  /**********************************************************************************************************************/  /** | 
