Skip to content

Commit

Permalink
rename cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
vgonkivs committed Sep 13, 2023
1 parent f644881 commit 9018aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/celestia/share.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ var sharesAvailableCmd = &cobra.Command{
}

var probabilityOfAvailabilityCmd = &cobra.Command{
Use: "probability-of-availability",
Use: "availability",
Short: "Calculates the probability of the data square being available based on the number of samples collected.",
Args: cobra.NoArgs,
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit 9018aec

Please sign in to comment.