Merge pull request #2038

89e20bb9 Fix typo (xmr-eric)
This commit is contained in:
Riccardo Spagni
2017-05-30 21:23:25 +02:00
+1 -1
View File
@@ -246,7 +246,7 @@ t_command_server::t_command_server(
m_command_lookup.set_handler( m_command_lookup.set_handler(
"update" "update"
, std::bind(&t_command_parser_executor::update, &m_parser, p::_1) , 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( m_command_lookup.set_handler(
"relay_tx" "relay_tx"