diff --git a/modules/net/dap_chain_node_cli.c b/modules/net/dap_chain_node_cli.c index dea8adf025070c07d2f9d32deade2e9f6c18dae1..fc9938129e8442762cb38687604be7115051f449 100644 --- a/modules/net/dap_chain_node_cli.c +++ b/modules/net/dap_chain_node_cli.c @@ -121,7 +121,7 @@ int dap_chain_node_cli_init(dap_config_t * g_config) "wallet new -w <wallet_name> [-sign <sign_type>] [-restore <hex_value> | -restore_legacy <restore_string>] [-net <net_name>] [-force] [-password <password>]\n" "wallet info {-addr <addr> | -w <wallet_name>} -net <net_name>\n" "wallet activate -w <wallet_name> -password <password> [-ttl <password_ttl_in_minutes>]\n" - "wallet deactivate -w <wallet_name> -password <password>\n" + "wallet deactivate -w <wallet_name>>\n" "wallet convert -w <wallet_name>\n");