Add period to `ipfs pin rm`
Small doc fix. License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
Richard Littauer committed
Aug 15, 2016 at 10:46 UTC
b76dcb8dd7111d77f5e1c405f1e651ee998dfcf6
1 file changed
+1
-1
core/commands/pin.go
+1
-1
@@ -98,7 +98,7 @@ var rmPinCmd = &cmds.Command{
98
Tagline: "Removes the pinned object from local storage.",
99
ShortDescription: `
100
Removes the pin from the given object allowing it to be garbage
101
-collected if needed. (By default, recursively. Use -r=false for direct pins)
101
+collected if needed. (By default, recursively. Use -r=false for direct pins.)
102
`,
103
},
104