Skip to content

Commit

Permalink
Update commands/wallet_import.go
Browse files Browse the repository at this point in the history
Co-Authored-By: NicolasMahe <nicolas@mahe.me>
  • Loading branch information
krhubert and NicolasMahe authored Mar 13, 2019
1 parent 348b07f commit d523b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/wallet_import.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type walletImportCmd struct {
func newWalletImportCmd(e WalletExecutor) *walletImportCmd {
c := &walletImportCmd{e: e}
c.cmd = newCommand(&cobra.Command{
Use: "import ",
Use: "import",
Short: "import an account",
Long: "import an account to wallet",
Example: "mesg-core wallet import",
Expand Down

0 comments on commit d523b34

Please sign in to comment.