mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-29 09:34:03 +08:00
Edit the ls.go description
This should make it a bit easier to read. Cf https://github.com/ipfs/http-api-spec/pull/42#discussion_r53164138 License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
This commit is contained in:
@ -33,8 +33,7 @@ var LsCmd = &cmds.Command{
|
|||||||
Helptext: cmds.HelpText{
|
Helptext: cmds.HelpText{
|
||||||
Tagline: "List links from an object.",
|
Tagline: "List links from an object.",
|
||||||
ShortDescription: `
|
ShortDescription: `
|
||||||
Retrieves the object named by <ipfs-or-ipns-path> and displays the links
|
Displays the links an IPFS or IPNS object(s) contains, with the following format:
|
||||||
it contains, with the following format:
|
|
||||||
|
|
||||||
<link base58 hash> <link size in bytes> <link name>
|
<link base58 hash> <link size in bytes> <link name>
|
||||||
`,
|
`,
|
||||||
|
Reference in New Issue
Block a user