fix option

This commit is contained in:
2022-02-17 18:31:38 +01:00
parent d83b89b624
commit 1f2bfec83a
3 changed files with 3 additions and 4 deletions

View File

@ -145,7 +145,7 @@ main (int argc, char** argv) {
("debug,g", bool_switch (&debugFlag), "debug mode")
("proxy,p", value<string> (&proxy)->default_value (proxy), "set proxy (proxy-host.org:8080)")
("uploadPage,u", value<string> (&uploadPage)->default_value (uploadPage), "upload page")
("updatePage,t", value<string> (&updatePage)->default_value (updatePage), "update page")
("updatePage,v", value<string> (&updatePage)->default_value (updatePage), "update page")
;
options_description cmd ("All options");