@cryptotaxi247 / kubo / commits / f3f568ff9

Removed double space, hyphen

See @dignifiedquire comments in https://github.com/ipfs/http-api-spec/pull/45 License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>

Richard Littauer committed Feb 17, 2016 at 13:17 UTC f3f568ff9ff14bf7c5311d5a5790c8521490e269
1 file changed +3 -3
core/commands/unixfs/ls.go
+3 -3
@@ -34,13 +34,13 @@ type LsOutput struct {
34
35 var LsCmd = &cmds.Command{
36 Helptext: cmds.HelpText{
37 - Tagline: "List directory contents for Unix-filesystem objects.",
37 + Tagline: "List directory contents for Unix filesystem objects.",
38 ShortDescription: `
39 Retrieves the object named by <ipfs-or-ipns-path> and displays the
40 contents.
41
42 -The JSON output contains size information. For files, the child size
43 -is the total size of the file contents. For directories, the child
42 +The JSON output contains size information. For files, the child size
43 +is the total size of the file contents. For directories, the child
44 size is the IPFS link size.
45 `,
46 },