Skip to content

Commit f2127af

Browse files
Merge pull request #3088 from ipfs/feature/add-period
Add period to `ipfs pin rm`
2 parents b5a6f76 + b76dcb8 commit f2127af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/commands/pin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ var rmPinCmd = &cmds.Command{
9898
Tagline: "Removes the pinned object from local storage.",
9999
ShortDescription: `
100100
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.)
102102
`,
103103
},
104104

0 commit comments

Comments
 (0)