Skip to content

Commit bde3a42

Browse files
authored
chore: fix --help text
ipfs#10412 changed to be partial match but we forgot to update --help text
1 parent 8022e13 commit bde3a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/commands/pin/pin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ Example:
362362
cmds.BoolOption(pinQuietOptionName, "q", "Write just hashes of objects."),
363363
cmds.BoolOption(pinStreamOptionName, "s", "Enable streaming of pins as they are discovered."),
364364
cmds.BoolOption(pinNamesOptionName, "n", "Enable displaying pin names (slower)."),
365-
cmds.StringOption(pinNameOptionName, "Display pins with names that contain the value provided (case-sensitive, exact match)."),
365+
cmds.StringOption(pinNameOptionName, "Display pins with names that contain the value provided (case-sensitive, partial match)."),
366366
},
367367
Run: func(req *cmds.Request, res cmds.ResponseEmitter, env cmds.Environment) error {
368368
api, err := cmdenv.GetApi(env, req)

0 commit comments

Comments
 (0)