From 8ae133e7ee90d58af3b7c6a310ec3d00a207db25 Mon Sep 17 00:00:00 2001 From: joshkauffman <40213896+joshkauffman@users.noreply.github.com> Date: Wed, 3 Jul 2019 12:36:55 -0400 Subject: [PATCH] Add multi-chain message to `-h` --- eosc/cmd/systemNewaccount.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eosc/cmd/systemNewaccount.go b/eosc/cmd/systemNewaccount.go index d6dbf073..65e343a1 100644 --- a/eosc/cmd/systemNewaccount.go +++ b/eosc/cmd/systemNewaccount.go @@ -44,6 +44,8 @@ active: weight: 1 --- +For use with any chain other than the EOS mainnet, add the flag `--contract [contract_name]` +and be sure to add the correct symbol and precision (e.g. "1.0000 SYS") for the contract. `, Args: cobra.ExactArgs(2), Run: func(cmd *cobra.Command, args []string) {