File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ You can now check what blocks have been created by:
123
123
cmdkit .BoolOption (fstoreCacheOptionName , "Check the filestore for pre-existing blocks. (experimental)" ),
124
124
cmdkit .IntOption (cidVersionOptionName , "CID version. Defaults to 0 unless an option that depends on CIDv1 is passed. (experimental)" ),
125
125
cmdkit .StringOption (hashOptionName , "Hash function to use. Implies CIDv1 if not sha2-256. (experimental)" ).WithDefault ("sha2-256" ),
126
- cmdkit .BoolOption (inlineOptionName , "Inline small blcoks into CID . (experimental)" ),
126
+ cmdkit .BoolOption (inlineOptionName , "Inline small blocks into CIDs . (experimental)" ),
127
127
cmdkit .IntOption (inlineLimitOptionName , "Maximum block size to inline. (experimental)" ).WithDefault (64 ),
128
128
},
129
129
PreRun : func (req * cmds.Request , env cmds.Environment ) error {
You can’t perform that action at this time.
0 commit comments