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).
W. Trevor King committed
Jul 6, 2015 at 09:15 UTC
b304eef2d3ab2e31da2cfa1eceb58bf70710ecd0
1 file changed
+4
-5
core/commands/unixfs/ls.go
+4
-5
@@ -40,12 +40,11 @@ var LsCmd = &cmds.Command{
40
Tagline: "List directory contents for Unix-filesystem objects",
41
ShortDescription: `
42
Retrieves the object named by <ipfs-or-ipns-path> and displays the
43
-contents with the following format:
43
+contents.
44
45
- <hash> <type> <size> <name>
46
-
47
-For files, the child size is the total size of the file contents. For
48
-directories, the child size is the IPFS link size.
45
+The JSON output contains size information. For files, the child size
46
+is the total size of the file contents. For directories, the child
47
+size is the IPFS link size.
48
`,
49
},
50