Skip to content

Commit 735cbdd

Browse files
schomatisguseggert
authored andcommitted
Merge pull request #8947 from RubenKelevra/patch-7
'pin rm' helptext: rewrite description as object is not removed from local storage (immediately)
1 parent 41047a9 commit 735cbdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/commands/pin/pin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ func pinAddMany(ctx context.Context, api coreiface.CoreAPI, enc cidenc.Encoder,
200200

201201
var rmPinCmd = &cmds.Command{
202202
Helptext: cmds.HelpText{
203-
Tagline: "Remove pinned objects from local storage.",
203+
Tagline: "Remove object from pin-list.",
204204
ShortDescription: `
205205
Removes the pin from the given object allowing it to be garbage
206206
collected if needed. (By default, recursively. Use -r=false for direct pins.)

0 commit comments

Comments
 (0)