diff --git a/modules/net/dap_chain_node_cli.c b/modules/net/dap_chain_node_cli.c index 47dcd39d5eedaa662121278838f8d8661d57f9c2..73de66e80ec091a5214b5a0cb1e7f1ec278d5372 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 8507caa82198bc62eab01bda2f10501a9e730a42..6f590293e36ea5d39d1fd3378aa1a6a5f418071b 100644 --- a/modules/service/xchange/dap_chain_net_srv_xchange.c +++ b/modules/service/xchange/dap_chain_net_srv_xchange.c @@ -168,7 +168,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 a48c3b52ae5b62c250e7156a4ecb3d0e1ea0fe3b..66b3817e868833d54a6b530c449de491fa5b7d8e 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"