Skip to content

Commit

Permalink
docs: fix --help text
Browse files Browse the repository at this point in the history
ipfs#10412 changed this to partial match, but we forgot to update --help before merge
  • Loading branch information
lidel authored May 14, 2024
1 parent ae05085 commit 8f80667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/pin/pin.go
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ Example:
cmds.BoolOption(pinQuietOptionName, "q", "Write just hashes of objects."),
cmds.BoolOption(pinStreamOptionName, "s", "Enable streaming of pins as they are discovered."),
cmds.BoolOption(pinNamesOptionName, "n", "Enable displaying pin names (slower)."),
cmds.StringOption(pinNameOptionName, "Display pins with names that contain the value provided (case-sensitive, exact match)."),
cmds.StringOption(pinNameOptionName, "Display pins with names that contain the value provided (case-sensitive, partial match)."),
},
Run: func(req *cmds.Request, res cmds.ResponseEmitter, env cmds.Environment) error {
api, err := cmdenv.GetApi(env, req)
Expand Down

0 comments on commit 8f80667

Please sign in to comment.