From e1cf99cfab92d759e27fbd3d088a9487be9158f6 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Wed, 21 Jul 2021 16:22:59 -0700 Subject: [PATCH] fix(ipfs diag profile): fix wording Co-authored-by: Adin Schmahmann --- core/commands/profile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/commands/profile.go b/core/commands/profile.go index a2f1407dc..32a1d51bd 100644 --- a/core/commands/profile.go +++ b/core/commands/profile.go @@ -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: `