提交 446a47e2 编写于 作者: M Matt Witherspoon

changes eosio's 'push actions' to 'push action'

上级 eeea334d
......@@ -49,7 +49,7 @@ Please check the account names and try again!)text");
const char* missing_abi_help_text = _(R"text(The ABI for action "${2}" on code account "${1}" is unknown.
The payload cannot be automatically serialized.
You can push an arbitrary transaction using the 'push actions' subcommand)text");
You can push an arbitrary transaction using the 'push action' subcommand)text");
const char* unknown_wallet_help_text = _("Unable to find a wallet named \"${1}\", are you sure you typed the name correctly?");
......
......@@ -1090,7 +1090,7 @@ int main( int argc, char** argv ) {
string contract;
string action;
string data;
auto actionsSubcommand = push->add_subcommand("actions", localized("Push a transaction with a single actions"));
auto actionsSubcommand = push->add_subcommand("action", localized("Push a transaction with a single action"));
actionsSubcommand->fallthrough(false);
actionsSubcommand->add_option("contract", contract,
localized("The account providing the contract to execute"), true)->required();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册