("output,o",po::value<std::string>(),"Output to this file")
("debug,d",po::value<int>(),"Debug level (for even more verbose output)")
("compounds",po::value<std::string>(),"Location of the components.cif file from CCD")
("components",po::value<std::string>(),"Location of the components.cif file from CCD, alias")
("extra-compounds",po::value<std::string>(),"File containing residue information for extra compounds in this specific target, should be either in CCD format or a CCP4 restraints file")
("mmcif-dictionary",po::value<std::string>(),"Path to the mmcif_pdbx.dic file to use instead of default")
;
po::options_descriptioncmdline_options;
...
...
@@ -520,7 +525,22 @@ int d_main(int argc, const char* argv[])