1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-28 08:47:42 +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:
Richard Littauer
2016-02-18 17:18:49 -05:00
parent f8eefba0a3
commit 600d4a64a5

View File

@ -33,8 +33,7 @@ var LsCmd = &cmds.Command{
Helptext: cmds.HelpText{
Tagline: "List links from an object.",
ShortDescription: `
Retrieves the object named by <ipfs-or-ipns-path> and displays the links
it contains, with the following format:
Displays the links an IPFS or IPNS object(s) contains, with the following format:
<link base58 hash> <link size in bytes> <link name>
`,