Explain that ipfs ls works on IPFS paths, and ipfs files ls works on both IPFS paths and MFS paths.
Chaitanya Raju committed
Nov 7, 2020 at 12:51 UTC
c6fe39a4a5151a4961d8f8107d913c7a503c5eb0
2 files changed
+3
-3
core/commands/files.go
+2
-2
@@ -417,9 +417,9 @@ const (
417
418
var filesLsCmd = &cmds.Command{
419
Helptext: cmds.HelpText{
420
- Tagline: "List directories in the local mutable namespace.",
420
+ Tagline: "List directories in the local mutable namespace. (Both IPFS and MFS paths)",
421
ShortDescription: `
422
-List directories in the local mutable namespace.
422
+List directories in the local mutable namespace (Both IPFS and MFS paths).
423
424
Examples:
425
core/commands/ls.go
+1
-1
@@ -47,7 +47,7 @@ const (
47
48
var LsCmd = &cmds.Command{
49
Helptext: cmds.HelpText{
50
- Tagline: "List directory contents for Unix filesystem objects.",
50
+ Tagline: "List directory contents for Unix filesystem objects. (Only IPFS paths)",
51
ShortDescription: `
52
Displays the contents of an IPFS or IPNS object(s) at the given path, with
53
the following format: