Commit 18777cad by Maarten L. Hekkelman

reintroduce -i and -o options

parent abf5257b
...@@ -466,8 +466,8 @@ int d_main(int argc, const char* argv[]) ...@@ -466,8 +466,8 @@ int d_main(int argc, const char* argv[])
po::options_description hidden_options("hidden options"); po::options_description hidden_options("hidden options");
hidden_options.add_options() hidden_options.add_options()
("xyzin", po::value<std::string>(), "coordinates file") ("xyzin,i", po::value<std::string>(), "coordinates file")
("output", po::value<std::string>(), "Output to this file") ("output,o", po::value<std::string>(), "Output to this file")
("debug,d", po::value<int>(), "Debug level (for even more verbose output)") ("debug,d", po::value<int>(), "Debug level (for even more verbose output)")
; ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment