* update docs

This commit is contained in:
hagen 2016-03-31 00:00:00 +00:00
parent 350dea6228
commit 27649f7d4c
2 changed files with 7 additions and 2 deletions

View file

@ -127,7 +127,7 @@ namespace config {
#ifdef _WIN32
("svcctl", value<std::string>()->default_value(""), "Windows service management ('install' or 'remove')")
("insomnia", value<bool>()->zero_tokens()->default_value(false), "Prevent system from sleeping")
("close", value<std::string>()->default_value("ask"), "On close action") // minimize, exit, ask TODO: add custom validator or something
("close", value<std::string>()->default_value("ask"), "Action on close: minimize, exit, ask") // TODO: add custom validator or something
#endif
;