File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,7 @@ The JSON output contains size information. For files, the child size
42
42
is the total size of the file contents. For directories, the child
43
43
size is the IPFS link size.
44
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'.
49
46
` ,
50
47
LongDescription : `
51
48
Displays the contents of an IPFS or IPNS object(s) at the given path.
@@ -64,10 +61,7 @@ Example:
64
61
> ipfs file ls /ipfs/QmW2WQi7j6c7UgJTarActp7tDNikE4B2qXtFCfLPdsgaTQ
65
62
cat.jpg
66
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'.
71
65
` ,
72
66
},
73
67
You can’t perform that action at this time.
0 commit comments