bpo::options_descriptiondesc("Inspect and extract from Morrowind ES files (ESM, ESP, ESS)\nSyntax: esmtool [options] mode infile [outfile]\nAllowed modes:\n dump\t Dumps all readable data from the input file.\n clone\t Clones the input file to the output file.\n comp\t Compares the given files.\n\nAllowed options");
bpo::options_descriptiondesc(R"(Inspect and extract from Morrowind ES files (ESM, ESP, ESS)
Syntax:esmtool[options]modeinfile[outfile]
Allowedmodes:
dumpDumpsallreadabledatafromtheinputfile.
cloneClonestheinputfiletotheoutputfile.
compComparesthegivenfiles.
Allowedoptions)");
autoaddOption=desc.add_options();
addOption("help,h","print help message.");
addOption("version,v","print version information and quit.");