Skip to content

Commit d04ebca

Browse files
committed
fix: cli helptext width
1 parent 5eb32e1 commit d04ebca

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

core/commands/pin/pin.go

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,20 @@ collected.
6464
An optional name can be provided, and read back via 'ipfs pin ls --detailed'.
6565
6666
Be mindful of defaults:
67-
- Default pin type is 'recursive' (entire DAG).
68-
- Pass -r=false to create a direct pin for a single block.
69-
- Use 'pin ls -t recursive' to only list roots of recursively pinned DAGs (faster)
70-
- Default pin name is empty. Pass '--name' to 'pin add' to set one
71-
and use 'pin ls --detailed' to see it.
72-
- Pin add is idempotent: pinning CID which is already pinned won't change
73-
the name, value passed with '--name' with the original pin is preserved.
74-
To rename pin, use 'pin rm' and 'pin add --name'.
75-
- If daemon is running, any missing blocks will be retrieved from the network.
76-
It may take some time. Pass '--progress' to track the progress.
67+
68+
Default pin type is 'recursive' (entire DAG).
69+
Pass -r=false to create a direct pin for a single block.
70+
Use 'pin ls -t recursive' to only list roots of recursively pinned DAGs
71+
(significantly faster when many big DAGs are pinned recursively)
72+
73+
Default pin name is empty. Pass '--name' to 'pin add' to set one
74+
and use 'pin ls --detailed' to see it.
75+
Pin add is idempotent: pinning CID which is already pinned won't change
76+
the name, value passed with '--name' with the original pin is preserved.
77+
To rename pin, use 'pin rm' and 'pin add --name'.
78+
79+
If daemon is running, any missing blocks will be retrieved from the network.
80+
It may take some time. Pass '--progress' to track the progress.
7781
`,
7882
},
7983

0 commit comments

Comments
 (0)