55	"os" 
66	"path/filepath" 
77
8- 	"github.com/cosmos/cosmos-sdk/version" 
98	"github.com/sentinel-official/sentinel-go-sdk/cmd" 
109	"github.com/spf13/cobra" 
1110	"github.com/spf13/viper" 
@@ -17,10 +16,10 @@ func NewRootCmd(homeDir string) *cobra.Command {
1716	rootCmd  :=  & cobra.Command {
1817		Use :   "dvpnx" ,
1918		Short : "Run and manage the Sentinel dVPN node" ,
20- 		Long : `The Sentinel dVPN node software lets users join the decentralized VPN network on the Sentinel Hub blockchain,  
21- providing secure, private, and censorship-resistant internet access while earning cryptocurrency rewards.  
22- It integrates with Cosmos-SDK, supports robust configuration, and offers tools for key management and  
23- node initialization, ensuring privacy, performance, and ease of use.` ,
19+ 		Long : `The Sentinel dVPN node software lets users join the decentralized VPN network on the Sentinel Hub 
20+ blockchain,  providing secure, private, and censorship-resistant internet access while earning
21+ cryptocurrency rewards.  It integrates with Cosmos-SDK, supports robust configuration, and offers
22+ tools for key management and  node initialization, ensuring privacy, performance, and ease of use.` ,
2423		SilenceUsage : true ,
2524		CompletionOptions : cobra.CompletionOptions {
2625			DisableDefaultCmd : true ,
@@ -67,9 +66,9 @@ node initialization, ensuring privacy, performance, and ease of use.`,
6766	// Add subcommands 
6867	rootCmd .AddCommand (
6968		cmd .KeysCmd (),
69+ 		cmd .NewVersionCmd (),
7070		InitCmd (),
7171		StartCmd (),
72- 		version .NewVersionCommand (),
7372	)
7473
7574	// Persistent flags 
0 commit comments