fix(ipfs diag profile): fix wording

Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
This commit is contained in:
Steven Allen 2021-07-21 16:22:59 -07:00 committed by GitHub
parent 77f3fed5a1
commit e1cf99cfab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ var sysProfileCmd = &cmds.Command{
Tagline: "Collect a performance profile for debugging.",
ShortDescription: `
Collects cpu, heap, and goroutine profiles from a running go-ipfs daemon
into a single zipfile. To aid in debugging, this command also attempts to
into a single zip file. To aid in debugging, this command also attempts to
include a copy of the running go-ipfs binary.
`,
LongDescription: `