Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vgonkivs committed Sep 14, 2023
1 parent 8bab7ee commit 9069048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/celestia/admin.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 {
Expand Down

0 comments on commit 9069048

Please sign in to comment.