mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-28 05:47:51 +08:00
chore: fix --help text
https://github.com/ipfs/kubo/pull/10412 changed to be partial match but we forgot to update --help text
This commit is contained in:
parent
8022e13a6b
commit
bde3a42940
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user