提交 f3f568ff 作者: Richard Littauer

Removed double space, hyphen

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

License: MIT
Signed-off-by: 's avatarRichard Littauer <richard.littauer@gmail.com>
上级 e19dbbae
...@@ -34,13 +34,13 @@ type LsOutput struct { ...@@ -34,13 +34,13 @@ type LsOutput struct {
var LsCmd = &cmds.Command{ var LsCmd = &cmds.Command{
Helptext: cmds.HelpText{ Helptext: cmds.HelpText{
Tagline: "List directory contents for Unix-filesystem objects.", Tagline: "List directory contents for Unix filesystem objects.",
ShortDescription: ` ShortDescription: `
Retrieves the object named by <ipfs-or-ipns-path> and displays the Retrieves the object named by <ipfs-or-ipns-path> and displays the
contents. contents.
The JSON output contains size information. For files, the child size The JSON output contains size information. For files, the child size
is the total size of the file contents. For directories, the child is the total size of the file contents. For directories, the child
size is the IPFS link size. size is the IPFS link size.
`, `,
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论