Skip to content

Commit

Permalink
cli
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Nov 11, 2024
1 parent e095354 commit 2028399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versiondb/client/fixdata.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

func FixDataCmd(stores []string) *cobra.Command {
cmd := &cobra.Command{
Use: "fixdata",
Use: "fixdata <dir>",
Args: cobra.ExactArgs(1),
Short: "Fix wrong data in versiondb, see: https://github.com/crypto-org-chain/cronos/issues/1683",
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit 2028399

Please sign in to comment.