@cryptotaxi247 / kubo / commits / 600d4a64a

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>

Richard Littauer committed Feb 18, 2016 at 17:18 UTC 600d4a64a58c7adb8428e29c5c76da1da4da6b95
1 file changed +1 -2
core/commands/ls.go
+1 -2
@@ -33,8 +33,7 @@ var LsCmd = &cmds.Command{
33 Helptext: cmds.HelpText{
34 Tagline: "List links from an object.",
35 ShortDescription: `
36 -Retrieves the object named by <ipfs-or-ipns-path> and displays the links
37 -it contains, with the following format:
36 +Displays the links an IPFS or IPNS object(s) contains, with the following format:
37
38 <link base58 hash> <link size in bytes> <link name>
39 `,