diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-05-30 21:23:25 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-05-30 21:23:25 +0200 |
commit | 4284f1777d8f1bbb27f197b1c2057d909cc23d62 (patch) | |
tree | 24970ed1781675d7c7443bbb68d22692a6eb9a5b | |
parent | Merge pull request #2036 (diff) | |
parent | Fix typo (diff) | |
download | monero-4284f1777d8f1bbb27f197b1c2057d909cc23d62.tar.xz |
Merge pull request #2038
89e20bb9 Fix typo (xmr-eric)
-rw-r--r-- | src/daemon/command_server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/command_server.cpp b/src/daemon/command_server.cpp index 21f550a85..f47891fdd 100644 --- a/src/daemon/command_server.cpp +++ b/src/daemon/command_server.cpp @@ -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" |