From 90690484a28e07a71abe3d1f1e8b4026d6cfcea6 Mon Sep 17 00:00:00 2001 From: Viacheslav Gonkivskyi Date: Thu, 14 Sep 2023 16:57:02 +0300 Subject: [PATCH] fix --- cmd/celestia/admin.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/celestia/admin.go b/cmd/celestia/admin.go index 6c6ca1cf4f..e3204ebead 100644 --- a/cmd/celestia/admin.go +++ b/cmd/celestia/admin.go @@ -15,7 +15,7 @@ func init() { } var adminCmd = &cobra.Command{ - Use: "admin [command]", + Use: "node [command]", Short: "Allows to interact with the \"administrative\" node.", Args: cobra.NoArgs, PersistentPreRunE: func(cmd *cobra.Command, args []string) error { @@ -31,7 +31,7 @@ var adminCmd = &cobra.Command{ } var nodeInfoCmd = &cobra.Command{ - Use: "node-info", + Use: "info", Args: cobra.NoArgs, Short: "Returns administrative information about the node.", RunE: func(c *cobra.Command, args []string) error {