Skip to content

Commit

Permalink
Update cmd-x-index-cid2subsetoffset.go
Browse files Browse the repository at this point in the history
  • Loading branch information
anjor authored Sep 9, 2024
1 parent 6c8e7a6 commit e64526c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd-x-index-cid2subsetoffset.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func newCmd_Index_cid2subsetOffset() *cli.Command {
var network indexes.Network
var indexDir string
return &cli.Command{
Name: "cid-to-offset",
Name: "cid-to-subset-offset",
Description: "Given all split CAR files corresponding to a Solana epoch, create an index of the file that maps CIDs to offsets in the CAR file.",
ArgsUsage: "<car-paths> <index-dir>",
Before: func(c *cli.Context) error {
Expand Down

0 comments on commit e64526c

Please sign in to comment.