Skip to content

Commit

Permalink
Update ls.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR authored Nov 24, 2020
1 parent 1cfd8c7 commit ec64dc5
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions core/commands/unixfs/ls.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ 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.
This functionality is deprecated, and will be removed in future versions. If
possible, please use 'ipfs ls' instead.
It is deprecated because 'ipfs file ls' drop some of the ipfs specific info and almost same as 'ipfs ls'
This functionality is deprecated, and will be removed in future versions as it duplicates the functionality of 'ipfs ls'.
`,
LongDescription: `
Displays the contents of an IPFS or IPNS object(s) at the given path.
Expand All @@ -64,10 +61,7 @@ Example:
> ipfs file ls /ipfs/QmW2WQi7j6c7UgJTarActp7tDNikE4B2qXtFCfLPdsgaTQ
cat.jpg
This functionality is deprecated, and will be removed in future versions. If
possible, please use 'ipfs ls' instead.
It is deprecated because 'ipfs file ls' drop some of the ipfs specific info and almost same as 'ipfs ls'
This functionality is deprecated, and will be removed in future versions as it duplicates the functionality of 'ipfs ls'.
`,
},

Expand Down

0 comments on commit ec64dc5

Please sign in to comment.