From bc74f2c4f158895cf45534b33e0c32a2fb92cd90 Mon Sep 17 00:00:00 2001 From: ccamel Date: Tue, 28 Jun 2022 18:46:08 +0200 Subject: [PATCH] feat: add a proper description for the OKP4 CLI --- cmd/okp4d/root.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cmd/okp4d/root.go b/cmd/okp4d/root.go index 698907a9..d54a75ae 100644 --- a/cmd/okp4d/root.go +++ b/cmd/okp4d/root.go @@ -59,8 +59,9 @@ func NewRootCmd() (*cobra.Command, params.EncodingConfig) { WithViper(app.Name) rootCmd := &cobra.Command{ - Use: app.Name, - Short: "OKP4 App", + Use: app.Name, + Short: `OKP4 Daemon - a revolutionary public PoS layer 1 specifically designed to enable communities to trustlessly share data, +algorithms and resources to build the Dataverse.`, PersistentPreRunE: func(cmd *cobra.Command, _ []string) error { // set the default command outputs cmd.SetOut(cmd.OutOrStdout())