Add README and minor change to --help

This commit is contained in:
Thraix
2019-10-06 22:52:46 +02:00
parent ec98ddbfd4
commit e786de5118
2 changed files with 56 additions and 1 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ void PrintHelp()
LOG_INFO(" --conf Prompt the user to enter information to create config");
LOG_INFO(" file");
LOG_INFO(" -v, --version Displays the version of this program");
LOG_INFO(" -m,-a, make,all Generates a Makefile and runs");
LOG_INFO(" -m,-a, make, all Generates a Makefile and runs");
LOG_INFO(" make all");
LOG_INFO(" -i, install Generates a Makefile and runs");
LOG_INFO(" make all && make install");