Skip to content

Commit

Permalink
chore(rpc): rename cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
vgonkivs committed Sep 12, 2023
1 parent 1b56474 commit f644881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/celestia/share.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var shareCmd = &cobra.Command{
}

var sharesAvailableCmd = &cobra.Command{
Use: "shares-available",
Use: "available",
Short: "Subjectively validates if Shares committed to the given Root are available on the Network.",
Args: cobra.ExactArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down Expand Up @@ -86,7 +86,7 @@ var probabilityOfAvailabilityCmd = &cobra.Command{
}

var getSharesByNamespaceCmd = &cobra.Command{
Use: "get-shares-by-namespace [dah, namespace]",
Use: "get-by-namespace [dah, namespace]",
Short: "Gets all shares from an EDS within the given namespace.",
Args: cobra.ExactArgs(2),
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit f644881

Please sign in to comment.