1
0
Fork 0
mirror of https://git.wownero.com/wownero/wownero.git synced 2024-08-15 01:03:23 +00:00
This commit is contained in:
xmr-eric 2017-05-19 00:40:51 -04:00 committed by GitHub
parent 694470fae7
commit 89e20bb9af

View file

@ -246,7 +246,7 @@ t_command_server::t_command_server(
m_command_lookup.set_handler(
"update"
, std::bind(&t_command_parser_executor::update, &m_parser, p::_1)
, "subcommands: check (check if an update is available), download (download it is there is), update (not implemented)"
, "subcommands: check (check if an update is available), download (download it if there is), update (not implemented)"
);
m_command_lookup.set_handler(
"relay_tx"