1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-30 21:32:42 +00:00

Updated niftest's help message

This commit is contained in:
Arthur Moore 2015-08-07 20:22:18 -04:00 committed by cc9cii
parent 8cecfe4e17
commit 16d163bd3e

View File

@ -74,8 +74,8 @@ std::vector<std::string> parseOptions (int argc, char** argv)
{
bpo::options_description desc("Ensure that OpenMW can use the provided NIF and BSA files\n\n"
"Usages:\n"
" niftool <or or morenif or BSA files>\n"
" Scan the file for read errors.\n\n"
" niftool <nif files, BSA files, or directories>\n"
" Scan the file or directories for nif errors.\n\n"
"Allowed options");
desc.add_options()
("help,h", "print help message.")