diff --git a/modules/net/dap_chain_node_cli.c b/modules/net/dap_chain_node_cli.c index 99484040afdbafea0b96c545aa5140b59a76b1e8..20357cb14183f863cbd92539617c38651c7d3117 100644 --- a/modules/net/dap_chain_node_cli.c +++ b/modules/net/dap_chain_node_cli.c @@ -230,8 +230,8 @@ int dap_chain_node_cli_init(dap_config_t * g_config) ); dap_cli_server_cmd_add ("token_emit", com_token_emit, "Token emission", - "token_emit { sign -emission <hash> | -token <mempool_token_ticker> -emission_value <value>\n" - "\t-addr <addr> } [-chain_emission <chain_name>] -net <net_name> -certs <cert_list>\n"); + "token_emit { sign -emission <hash> | -token <mempool_token_ticker> -emission_value <value> -addr <addr> } " + "[-chain_emission <chain_name>] -net <net_name> -certs <cert_list>\n"); dap_cli_server_cmd_add("mempool", com_mempool, "Command for working with mempool", "mempool list -net <net_name> [-chain <chain_name>] [-addr <addr>] [-brief] [-limit] [-offset]\n" diff --git a/modules/service/xchange/dap_chain_net_srv_xchange.c b/modules/service/xchange/dap_chain_net_srv_xchange.c index bd3fb71ccbde0dae3e710a756d36264af3a8aac8..6fd7d25213701c5e16fe5f72fc4d42188bafcea1 100644 --- a/modules/service/xchange/dap_chain_net_srv_xchange.c +++ b/modules/service/xchange/dap_chain_net_srv_xchange.c @@ -161,7 +161,7 @@ int dap_chain_net_srv_xchange_init() "\tExchange tokens with specified order within specified net name. Specify how many datoshies to sell with rate specified by order\n" "srv_xchange tx_list -net <net_name> [-time_from <From_time>] [-time_to <To_time>]" - "[[-addr <wallet_addr> [-status {inactive|active|all}] ]\n" /* @RRL: #6294 */ + "[-addr <wallet_addr>] [-status {inactive|active|all}]\n" /* @RRL: #6294 */ "\tList of exchange transactions\n" "\tAll times are in RFC822. For example: \"7 Dec 2023 21:18:04\"\n" diff --git a/modules/type/blocks/dap_chain_cs_blocks.c b/modules/type/blocks/dap_chain_cs_blocks.c index 3f03db28c6eac948f4d8513835fcc04922cce7ef..039cc54017f539883af1bbed02d971c880f05ff4 100644 --- a/modules/type/blocks/dap_chain_cs_blocks.c +++ b/modules/type/blocks/dap_chain_cs_blocks.c @@ -194,7 +194,7 @@ int dap_chain_cs_blocks_init() "block -net <net_name> [-chain <chain_name>] list [{signed | first_signed}] [-limit] [-offset] [-head]" " [-from_hash <block_hash>] [-to_hash <block_hash>] [-from_date <YYMMDD>] [-to_date <YYMMDD>]" - " [{-cert <signing_cert_name> | -pkey_hash <signing_cert_pkey_hash>}] [-unspent]]\n" + " [{-cert <signing_cert_name> | -pkey_hash <signing_cert_pkey_hash>}] [-unspent]\n" "\t\t List blocks\n\n" "block -net <net_name> [-chain <chain_name>] count\n"