mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-02 06:47:51 +08:00
Add period to ipfs pin rm
Small doc fix. License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
This commit is contained in:
parent
685cd28dc8
commit
b76dcb8dd7
@ -98,7 +98,7 @@ var rmPinCmd = &cmds.Command{
|
||||
Tagline: "Removes the pinned object from local storage.",
|
||||
ShortDescription: `
|
||||
Removes the pin from the given object allowing it to be garbage
|
||||
collected if needed. (By default, recursively. Use -r=false for direct pins)
|
||||
collected if needed. (By default, recursively. Use -r=false for direct pins.)
|
||||
`,
|
||||
},
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user