Updated niftest's help message

sceneinput
Arthur Moore 10 years ago
parent efadce3e90
commit 6a6da42b85

@ -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" bpo::options_description desc("Ensure that OpenMW can use the provided NIF and BSA files\n\n"
"Usages:\n" "Usages:\n"
" niftool <or or morenif or BSA files>\n" " niftool <nif files, BSA files, or directories>\n"
" Scan the file for read errors.\n\n" " Scan the file or directories for nif errors.\n\n"
"Allowed options"); "Allowed options");
desc.add_options() desc.add_options()
("help,h", "print help message.") ("help,h", "print help message.")

Loading…
Cancel
Save