@@ -47,7 +62,13 @@ int main(int argc, char* argv[])
...
@@ -47,7 +62,13 @@ int main(int argc, char* argv[])
("help,h","Display help message")
("help,h","Display help message")
("version","Print version")
("version","Print version")
("output-format",po::value<std::string>(),"Output format, can be either 'dssp' for classic DSSP or 'mmcif' for annotated mmCIF. The default is chosen based on the extension of the output file, if any.")
#if not USE_RSRC
("rsrc-dir",po::value<std::string>(),"Directory containing the 'resources' used by this application")
#endif
("verbose,v","verbose output")
("verbose,v","verbose output")
;
;
...
@@ -88,10 +109,27 @@ int main(int argc, char* argv[])
...
@@ -88,10 +109,27 @@ int main(int argc, char* argv[])