Fixed a typo.

This commit is contained in:
Ferdinand Majerech 2014-08-04 02:13:06 +02:00
parent 760e39479e
commit 46a574c0b4

View file

@ -26,7 +26,7 @@ void help()
" --reload Reload the file from the diskl on every repeat\n"
" By default, the file is loaded to memory once\n"
" and repeatedly parsed from memory.\n"
" -s --scan-onlly Do not execute the entire parsing process, only\n"
" -s --scan-only Do not execute the entire parsing process, only\n"
" scanning. Overrides '--dump'.\n";
writeln(help);
}