Commit f6f9cae4 authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

Merge pull request #1449 from ipfs/tk/file-ls-help-fixup

core/commands/unixfs/ls: Drop multi-column example from --help
parents 6c092eb8 b304eef2
...@@ -40,12 +40,11 @@ var LsCmd = &cmds.Command{ ...@@ -40,12 +40,11 @@ var LsCmd = &cmds.Command{
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 with the following format: contents.
<hash> <type> <size> <name> The JSON output contains size information. For files, the child size
is the total size of the file contents. For directories, the child
For files, the child size is the total size of the file contents. For size is the IPFS link size.
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