mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-29 17:36:38 +08:00
Added an example to ipfs id
I was super confused how to use the `-f` flag. This helped, but I had to go into the test files to find it. Added it here. License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
This commit is contained in:
@ -49,6 +49,10 @@ If no peer is specified, prints out information for local peers.
|
|||||||
<pver>: Protocol version.
|
<pver>: Protocol version.
|
||||||
<pubkey>: Public key.
|
<pubkey>: Public key.
|
||||||
<addrs>: Addresses (newline delimited).
|
<addrs>: Addresses (newline delimited).
|
||||||
|
|
||||||
|
EXAMPLE:
|
||||||
|
|
||||||
|
ipfs id Qmece2RkXhsKe5CRooNisBTh4SK119KrXXGmoK6V3kb8aH -f="<addrs>\n"
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
Arguments: []cmds.Argument{
|
Arguments: []cmds.Argument{
|
||||||
|
Reference in New Issue
Block a user