aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/command_server.cpp
diff options
context:
space:
mode:
authorbinaryFate <binaryfate@users.noreply.github.com>2017-10-06 17:55:25 +0200
committerbinaryFate <binaryfate@users.noreply.github.com>2017-10-08 22:35:35 +0200
commit93ad1f872358ef9619a1e39148ff5d079790aea6 (patch)
treecc6cb449837ec3362d7ffda4155b5419c2c2aaaf /src/daemon/command_server.cpp
parentMerge pull request #2518 (diff)
downloadmonero-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.cpp2
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"