From b7a19d057efdfcd0106a4a29998447dc4350c1c2 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 7 Oct 2022 12:48:17 +0200 Subject: [PATCH] docs: pin remote arg It accepts only one arg. --- core/commands/pin/remotepin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/commands/pin/remotepin.go b/core/commands/pin/remotepin.go index ae04be607..95b17a315 100644 --- a/core/commands/pin/remotepin.go +++ b/core/commands/pin/remotepin.go @@ -129,7 +129,7 @@ NOTE: a comma-separated notation is supported in CLI for convenience: }, Arguments: []cmds.Argument{ - cmds.StringArg("ipfs-path", true, false, "Path to object(s) to be pinned."), + cmds.StringArg("ipfs-path", true, false, "CID or Path to be pinned."), }, Options: []cmds.Option{ pinServiceNameOption,