mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 20:37:53 +08:00
Merge pull request #3088 from ipfs/feature/add-period
Add period to `ipfs pin rm`
This commit is contained in:
commit
f2127af019
@ -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