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 {