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:
Richard Littauer 2016-08-15 10:46:15 -04:00
parent 685cd28dc8
commit b76dcb8dd7

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