From b76dcb8dd7111d77f5e1c405f1e651ee998dfcf6 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Mon, 15 Aug 2016 10:46:15 -0400 Subject: [PATCH] Add period to `ipfs pin rm` Small doc fix. License: MIT Signed-off-by: Richard Littauer --- core/commands/pin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/commands/pin.go b/core/commands/pin.go index 0842b35ca..ee65db698 100644 --- a/core/commands/pin.go +++ b/core/commands/pin.go @@ -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.) `, },