diff --git a/modules/net/dap_chain_node_cli.c b/modules/net/dap_chain_node_cli.c
index 95620a0b29061ed7bdfdb3839f3a806ae19f4baa..d5e5497cf4b1cc852b988a49dd6235ebaa9e4a12 100644
--- a/modules/net/dap_chain_node_cli.c
+++ b/modules/net/dap_chain_node_cli.c
@@ -286,7 +286,8 @@ int dap_chain_node_cli_init(dap_config_t * g_config)
     // Transaction history
     dap_cli_server_cmd_add("tx_history", com_tx_history, "Transaction history (for address or by hash)",
             "tx_history  {-addr <addr> | -w <wallet_name> | -tx <tx_hash>} [-net <net_name>] [-chain <chain_name>] [-limit] [-offset]\n"
-            "tx_history -all -net <net_name> [-chain <chain_name>] [-limit] [-offset]\n");
+            "tx_history -all -net <net_name> [-chain <chain_name>] [-limit] [-offset]\n"
+            "tx_history -count -net <net_name>\n");
 
 	// Ledger info
     dap_cli_server_cmd_add("ledger", com_ledger, "Ledger information",