Update core/commands/unixfs/ls.go
Co-authored-by: Steven Allen <steven@stebalien.com>
Chaitanya committed
Nov 24, 2020 at 13:42 UTC
1cfd8c756826c5593eee2d9ba8bab190bc49e26b
1 file changed
+1
-1
core/commands/unixfs/ls.go
+1
-1
@@ -34,7 +34,7 @@ type LsOutput struct {
34
35
var LsCmd = &cmds.Command{
36
Helptext: cmds.HelpText{
37
- Tagline: "List directory contents for Unix filesystem objects. Deprecated: Use 'ipfs ls' instead",
37
+ Tagline: "List directory contents for Unix filesystem objects. Deprecated: Use 'ipfs ls' instead.",
38
ShortDescription: `
39
Displays the contents of an IPFS or IPNS object(s) at the given path.
40