Updated Pin Remove Tagline and Description
License: MIT Signed-off-by: ForrestWeston <Forrest.Weston@gmail.com>
ForrestWeston committed
Oct 14, 2015 at 09:42 UTC
9916f8663bfa903ea6ebcfaf13d85af638c9e03c
1 file changed
+3
-3
core/commands/pin.go
+3
-3
@@ -94,10 +94,10 @@ on disk.
94
95
var rmPinCmd = &cmds.Command{
96
Helptext: cmds.HelpText{
97
- Tagline: "Recursively unpin an object from local storage",
97
+ Tagline: "Removes the pinned object from local storage. (By default, recursively. Use -r=false for direct pins)",
98
ShortDescription: `
99
-Recursively removes the pin from the given object allowing it to be garbage
100
-collected if needed.
99
+Removes the pin from the given object allowing it to be garbage
100
+collected if needed. (By default, recursively. Use -r=false for direct pins)
101
`,
102
},
103