Update files.go
Chaitanya committed
Nov 16, 2020 at 17:52 UTC
0c4ad11cfb8364bbb10d423ceb6470b6f39870ec
1 file changed
+2
-2
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. (Both IPFS and MFS paths)",
420
+ Tagline: "List directories in the local mutable namespace.",
421
ShortDescription: `
422
-List directories in the local mutable namespace (Both IPFS and MFS paths).
422
+List directories in the local mutable namespace (Works on both IPFS and MFS paths).
423
424
Examples:
425