configuration: synchronize with man page

This commit is contained in:
Andrzej Rybczak
2015-09-12 21:54:40 +02:00
parent 72cfd27c30
commit 9f9fcecd61
2 changed files with 12 additions and 3 deletions

View File

@@ -81,8 +81,8 @@ bool configure(int argc, char **argv)
("config,c", po::value<std::vector<std::string>>(&config_paths)->default_value(default_config_paths, join<std::string>(default_config_paths, " AND ")), "specify configuration file(s)")
("ignore-config-errors", "ignore unknown and invalid options in configuration files")
("bindings,b", po::value<std::string>(&bindings_path)->default_value("~/.ncmpcpp/bindings"), "specify bindings file")
("screen,s", po::value<std::string>(), "specify initial screen")
("slave-screen,S", po::value<std::string>(), "specify initial slave screen")
("screen,s", po::value<std::string>(), "specify the startup screen")
("slave-screen,S", po::value<std::string>(), "specify the startup slave screen")
("help,?", "show help message")
("version,v", "display version information")
;