Merge pull request #8947 from RubenKelevra/patch-7
'pin rm' helptext: rewrite description as object is not removed from local storage (immediately) (cherry picked from commit 831c33925f5096b8daf96e074658a588ba724a2a)
Lucas Molas committed
May 6, 2022 at 12:23 UTC
38c5dba662d790aa7d10aec09f97d5647a480722
1 file changed
+1
-1
core/commands/pin/pin.go
+1
-1
@@ -200,7 +200,7 @@ func pinAddMany(ctx context.Context, api coreiface.CoreAPI, enc cidenc.Encoder,
200
201
var rmPinCmd = &cmds.Command{
202
Helptext: cmds.HelpText{
203
- Tagline: "Remove pinned objects from local storage.",
203
+ Tagline: "Remove object from pin-list.",
204
ShortDescription: `
205
Removes the pin from the given object allowing it to be garbage
206
collected if needed. (By default, recursively. Use -r=false for direct pins.)