Commit f3f568ff authored by Richard Littauer's avatar Richard Littauer

Removed double space, hyphen

See @dignifiedquire comments in https://github.com/ipfs/http-api-spec/pull/45

License: MIT
Signed-off-by: default avatarRichard Littauer <richard.littauer@gmail.com>
parent e19dbbae
......@@ -34,13 +34,13 @@ type LsOutput struct {
var LsCmd = &cmds.Command{
Helptext: cmds.HelpText{
Tagline: "List directory contents for Unix-filesystem objects.",
Tagline: "List directory contents for Unix filesystem objects.",
ShortDescription: `
Retrieves the object named by <ipfs-or-ipns-path> and displays the
contents.
The JSON output contains size information. For files, the child size
is the total size of the file contents. For directories, the child
The JSON output contains size information. For files, the child size
is the total size of the file contents. For directories, the child
size is the IPFS link size.
`,
},
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment