Skip to content

Commit

Permalink
fix: cli helptext width
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Jan 4, 2024
1 parent 5eb32e1 commit edffed6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/commands/pin/pin.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ An optional name can be provided, and read back via 'ipfs pin ls --detailed'.
Be mindful of defaults:
- Default pin type is 'recursive' (entire DAG).
- Pass -r=false to create a direct pin for a single block.
- Use 'pin ls -t recursive' to only list roots of recursively pinned DAGs (faster)
- Use 'pin ls -t recursive' to only list roots of recursively pinned DAGs
(significantly faster when many big DAGs are pinned recursively)
- Default pin name is empty. Pass '--name' to 'pin add' to set one
and use 'pin ls --detailed' to see it.
- Pin add is idempotent: pinning CID which is already pinned won't change
Expand Down

0 comments on commit edffed6

Please sign in to comment.