Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fcd7ea2

Browse files
committedAug 22, 2018
add: fix help spelling/grammar
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
1 parent 126c98c commit fcd7ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎core/commands/add.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ You can now check what blocks have been created by:
123123
cmdkit.BoolOption(fstoreCacheOptionName, "Check the filestore for pre-existing blocks. (experimental)"),
124124
cmdkit.IntOption(cidVersionOptionName, "CID version. Defaults to 0 unless an option that depends on CIDv1 is passed. (experimental)"),
125125
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)"),
127127
cmdkit.IntOption(inlineLimitOptionName, "Maximum block size to inline. (experimental)").WithDefault(64),
128128
},
129129
PreRun: func(req *cmds.Request, env cmds.Environment) error {

0 commit comments

Comments
 (0)