Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
f6f9cae4
Commit
f6f9cae4
authored
Jul 06, 2015
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1449 from ipfs/tk/file-ls-help-fixup
core/commands/unixfs/ls: Drop multi-column example from --help
parents
6c092eb8
b304eef2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
core/commands/unixfs/ls.go
core/commands/unixfs/ls.go
+4
-5
No files found.
core/commands/unixfs/ls.go
View file @
f6f9cae4
...
...
@@ -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.
`
,
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment