Merge pull request #3088 from ipfs/feature/add-period

Add period to `ipfs pin rm`
This commit is contained in:
Jeromy Johnson 2016-08-16 09:22:30 -07:00 committed by GitHub
commit f2127af019

View File

@ -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.)
`,
},