Merge develop to beatrice 2022-04 #660

Merged
serkixenos merged 79 commits from develop into beatrice 2022-04-14 08:38:52 +00:00
Showing only changes of commit 050c0b27e5 - Show all commits

View file

@ -75,7 +75,7 @@ int main( int argc, char** argv )
boost::program_options::options_description opts;
opts.add_options()
("help,h", "Print this help message and exit.")
("version", "Display the version info and exit")
("version,v", "Display the version info and exit")
("server-rpc-endpoint,s", bpo::value<string>()->implicit_value("ws://127.0.0.1:8090"), "Server websocket RPC endpoint")
("server-rpc-user,u", bpo::value<string>(), "Server Username")
("server-rpc-password,p", bpo::value<string>(), "Server Password")