mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-23 21:47:52 +08:00
core/commands/unixfs/ls: Drop multi-column example from --help
The old text belonged to an earlier iteration that didn't land in the rebased 434871ba (core/commands/unixfs: Add 'ipfs unixfs ls ...', 2015-06-09).
This commit is contained in:
@ -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.
|
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user