Skip to content

Commit

Permalink
Merge pull request #8947 from RubenKelevra/patch-7
Browse files Browse the repository at this point in the history
'pin rm' helptext: rewrite description as object is not removed from local storage (immediately)

(cherry picked from commit 831c339)
  • Loading branch information
schomatis authored and guseggert committed Jun 8, 2022
1 parent 51fc526 commit 38c5dba
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 38c5dba

Please sign in to comment.