Implement XDG spec for file layout.

This commit is contained in:
Arthur Britto
2012-06-11 20:13:34 -07:00
parent 5a580ca719
commit 063d4352ee
5 changed files with 78 additions and 8 deletions

View File

@@ -82,6 +82,7 @@ int main(int argc, char* argv[])
po::options_description desc("Options");
desc.add_options()
("help,h", "Display this message.")
("conf", "Specify the configuration file.")
("rpc", "Perform rpc command (default).")
("test,t", "Perform unit tests.")
("parameters", po::value< vector<string> >(), "Specify comma separated parameters.")