Update ls.go
Chaitanya committed
Nov 24, 2020 at 14:00 UTC
8487fad43c1b6abfcfafabe10f9bb6af8cf42a57
1 file changed
+2
core/commands/unixfs/ls.go
+2
@@ -43,6 +43,7 @@ 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 as it duplicates the functionality of 'ipfs ls'.
46
+If possible, please use 'ipfs ls' instead.
47
`,
48
LongDescription: `
49
Displays the contents of an IPFS or IPNS object(s) at the given path.
@@ -62,6 +63,7 @@ Example:
63
cat.jpg
64
65
This functionality is deprecated, and will be removed in future versions as it duplicates the functionality of 'ipfs ls'.
66
+If possible, please use 'ipfs ls' instead.
67
`,
68
},
69