diff options
author | binaryFate <binaryfate@users.noreply.github.com> | 2017-10-06 17:55:25 +0200 |
---|---|---|
committer | binaryFate <binaryfate@users.noreply.github.com> | 2017-10-08 22:35:35 +0200 |
commit | 93ad1f872358ef9619a1e39148ff5d079790aea6 (patch) | |
tree | cc6cb449837ec3362d7ffda4155b5419c2c2aaaf /src/daemon/command_server.cpp | |
parent | Merge pull request #2518 (diff) | |
download | monero-93ad1f872358ef9619a1e39148ff5d079790aea6.tar.xz |
Fix #2559: more flexible print_tx daemon command
Diffstat (limited to 'src/daemon/command_server.cpp')
-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 3f1543857..b134aee61 100644 --- a/src/daemon/command_server.cpp +++ b/src/daemon/command_server.cpp @@ -91,7 +91,7 @@ t_command_server::t_command_server( m_command_lookup.set_handler( "print_tx" , std::bind(&t_command_parser_executor::print_transaction, &m_parser, p::_1) - , "Print transaction, print_tx <transaction_hash>" + , "Print transaction, print_tx <transaction_hash> [+hex] [+json]" ); m_command_lookup.set_handler( "is_key_image_spent" |