mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-11 03:09:41 +08:00
Merge pull request #1449 from ipfs/tk/file-ls-help-fixup
core/commands/unixfs/ls: Drop multi-column example from --help
This commit is contained in:
commit
f6f9cae4e4
@ -40,12 +40,11 @@ var LsCmd = &cmds.Command{
|
||||
Tagline: "List directory contents for Unix-filesystem objects",
|
||||
ShortDescription: `
|
||||
Retrieves the object named by <ipfs-or-ipns-path> and displays the
|
||||
contents with the following format:
|
||||
contents.
|
||||
|
||||
<hash> <type> <size> <name>
|
||||
|
||||
For files, the child size is the total size of the file contents. For
|
||||
directories, the child size is the IPFS link size.
|
||||
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.
|
||||
`,
|
||||
},
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user