show correct python version and readme name

This commit is contained in:
van Hauser 2019-12-31 13:21:13 +01:00
parent 6dea693441
commit bfc33150f4

View File

@ -147,7 +147,7 @@ static void usage(u8* argv0) {
SAYF("Compiled with Python %s module support, see docs/python_mutators.txt\n", (char*)PYTHON_VERSION);
#endif
SAYF("For additional information please consult %s/README.md\n\n", doc_path);
SAYF("For additional help please consult %s/README.md\n\n", doc_path);
exit(1);
#undef PHYTON_SUPPORT