@cryptotaxi247 / kubo / commits / 17bb82923

'pin rm' helptext: rewrite description as object is not removed from local storage (immediately)

@RubenKelevra committed May 6, 2022 at 15:56 UTC 17bb82923595e04f3374d44a757e5a18d27446af
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.)