@cryptotaxi247 / kubo / commits / 475e0ea39

Update ls.go

Chaitanya committed Nov 16, 2020 at 18:01 UTC 475e0ea3993868294b276086a3313a581955bec0
1 file changed +2 -2
core/commands/ls.go
+2 -2
@@ -47,9 +47,9 @@ const (
47
48 var LsCmd = &cmds.Command{
49 Helptext: cmds.HelpText{
50 - Tagline: "List directory contents for Unix filesystem objects. (Only IPFS paths)",
50 + Tagline: "List directory contents for Unix filesystem objects.",
51 ShortDescription: `
52 -Displays the contents of an IPFS or IPNS object(s) at the given path, with
52 +Displays the contents of an IPFS or IPNS object(s) at the given path, (Won't work with MFS paths - Use 'ipfs files ls' instead) with
53 the following format:
54
55 <link base58 hash> <link size in bytes> <link name>