@cryptotaxi247 / kubo / commits / ec64dc5c3

Update ls.go

Chaitanya committed Nov 24, 2020 at 13:51 UTC ec64dc5c396e7114590e15909384fabce0035482
1 file changed +2 -8
core/commands/unixfs/ls.go
+2 -8
@@ -42,10 +42,7 @@ The JSON output contains size information. For files, the child size
42 is the total size of the file contents. For directories, the child
43 size is the IPFS link size.
44
45 -This functionality is deprecated, and will be removed in future versions. If
46 -possible, please use 'ipfs ls' instead.
47 -
48 -It is deprecated because 'ipfs file ls' drop some of the ipfs specific info and almost same as 'ipfs ls'
45 +This functionality is deprecated, and will be removed in future versions as it duplicates the functionality of 'ipfs ls'.
46 `,
47 LongDescription: `
48 Displays the contents of an IPFS or IPNS object(s) at the given path.
@@ -64,10 +61,7 @@ Example:
61 > ipfs file ls /ipfs/QmW2WQi7j6c7UgJTarActp7tDNikE4B2qXtFCfLPdsgaTQ
62 cat.jpg
63
67 -This functionality is deprecated, and will be removed in future versions. If
68 -possible, please use 'ipfs ls' instead.
69 -
70 -It is deprecated because 'ipfs file ls' drop some of the ipfs specific info and almost same as 'ipfs ls'
64 +This functionality is deprecated, and will be removed in future versions as it duplicates the functionality of 'ipfs ls'.
65 `,
66 },
67