🐛 fix typo in help info

This commit is contained in:
ValKmjolnir 2024-04-11 21:48:42 +08:00
parent dbbcb134f2
commit cc6ad76eaa
1 changed files with 3 additions and 2 deletions

View File

@ -58,9 +58,10 @@ std::ostream& help(std::ostream& out) {
<< " -f, --ref-file | get referenced files.\n"
<< " -dbg, --debug | debug mode.\n"
<< " --prof | show profiling result, available in debug mode.\n"
<< " --prof-all | show profiling result of all files,"
<< " --prof-all | show profiling result of all files, "
<< "available under debug mode.\n"
<< " --limit | use limited execution mode."
<< " --limit | use limited execution mode "
<< "(readonly api enabled).\n"
<< "file:\n"
<< " <filename> | execute file.\n"
<< "argv:\n"