From 92baa6c039d46a78b3eb875c2bb0a9b4b5c6f302 Mon Sep 17 00:00:00 2001 From: Marcin Rataj <lidel@lidel.org> Date: Wed, 17 Aug 2022 05:08:01 +0200 Subject: [PATCH] docs(add): skip binary name in helptext Co-authored-by: Jorropo <jorropo.pgm@gmail.com> --- core/commands/add.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/commands/add.go b/core/commands/add.go index 30e6b9125..fb8ee8a31 100644 --- a/core/commands/add.go +++ b/core/commands/add.go @@ -116,7 +116,7 @@ IPFS software to use the same import parameters as Kubo. If you need to back up or transport content-addressed data using a non-IPFS medium, CID can be preserved with CAR files. -See 'ipfs dag export' and 'dag import' for more information. +See 'dag export' and 'dag import' for more information. `, }, -- GitLab