Skip to content

Commit

Permalink
'pin rm' helptext: rewrite description as object is not removed from …
Browse files Browse the repository at this point in the history
…local storage (immediately)
  • Loading branch information
RubenKelevra authored May 6, 2022
1 parent d476f2d commit 17bb829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/pin/pin.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func pinAddMany(ctx context.Context, api coreiface.CoreAPI, enc cidenc.Encoder,

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

0 comments on commit 17bb829

Please sign in to comment.