fix(ipfs diag profile): fix wording
Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
Steven Allen committed
Jul 21, 2021 at 16:22 UTC
e1cf99cfab92d759e27fbd3d088a9487be9158f6
1 file changed
+1
-1
core/commands/profile.go
+1
-1
@@ -30,7 +30,7 @@ var sysProfileCmd = &cmds.Command{
30
Tagline: "Collect a performance profile for debugging.",
31
ShortDescription: `
32
Collects cpu, heap, and goroutine profiles from a running go-ipfs daemon
33
-into a single zipfile. To aid in debugging, this command also attempts to
33
+into a single zip file. To aid in debugging, this command also attempts to
34
include a copy of the running go-ipfs binary.
35
`,
36
LongDescription: `