Skip to content

Commit b304eef

Browse files
committedJul 6, 2015
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 434871b (core/commands/unixfs: Add 'ipfs unixfs ls ...', 2015-06-09).
1 parent 0d42a6a commit b304eef

File tree

1 file changed

+4
-5
lines changed
  • core/commands/unixfs

1 file changed

+4
-5
lines changed
 

‎core/commands/unixfs/ls.go

+4-5
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,11 @@ var LsCmd = &cmds.Command{
4040
Tagline: "List directory contents for Unix-filesystem objects",
4141
ShortDescription: `
4242
Retrieves the object named by <ipfs-or-ipns-path> and displays the
43-
contents with the following format:
43+
contents.
4444
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.
4948
`,
5049
},
5150

0 commit comments

Comments
 (0)
Please sign in to comment.