Skip to content

Commit ec64dc5

Browse files
authored
Update ls.go
1 parent 1cfd8c7 commit ec64dc5

File tree

1 file changed

+2
-8
lines changed
  • core/commands/unixfs

1 file changed

+2
-8
lines changed

core/commands/unixfs/ls.go

+2-8
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ The JSON output contains size information. For files, the child size
4242
is the total size of the file contents. For directories, the child
4343
size is the IPFS link size.
4444
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'.
4946
`,
5047
LongDescription: `
5148
Displays the contents of an IPFS or IPNS object(s) at the given path.
@@ -64,10 +61,7 @@ Example:
6461
> ipfs file ls /ipfs/QmW2WQi7j6c7UgJTarActp7tDNikE4B2qXtFCfLPdsgaTQ
6562
cat.jpg
6663
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'.
7165
`,
7266
},
7367

0 commit comments

Comments
 (0)