Commit b76dcb8d authored by Richard Littauer's avatar Richard Littauer

Add period to `ipfs pin rm`

Small doc fix.

License: MIT
Signed-off-by: default avatarRichard Littauer <richard.littauer@gmail.com>
parent 685cd28d
......@@ -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.)
`,
},
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment