diff options
| author | Matthieu <matthieu@developershouse.xyz> | 2021-09-10 07:47:20 +0400 |
|---|---|---|
| committer | Matthieu <matthieu@developershouse.xyz> | 2021-09-10 07:47:20 +0400 |
| commit | 91a2855e3d0af5199d284d32cc2f6b8280df9d10 (patch) | |
| tree | 1b0ce35097e2e167d67c01f0f092961237a1e63f /novactl/cmd/init.go | |
| parent | 3ebfe6df71b3356250536b35b677a733c42235c9 (diff) | |
dispplay shard error message
Diffstat (limited to 'novactl/cmd/init.go')
| -rw-r--r-- | novactl/cmd/init.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/novactl/cmd/init.go b/novactl/cmd/init.go index ff796c6..47a5559 100644 --- a/novactl/cmd/init.go +++ b/novactl/cmd/init.go @@ -16,7 +16,7 @@ import ( var (
InitializeCommand = &cobra.Command{
Use: "init",
- Short: "Initialize a newnova based project",
+ Short: "Initialize a new nova based project",
Run: initNovaRepo,
}
)
|
