@cryptotaxi247 / kubo / commits / b7a19d057

docs: pin remote arg

It accepts only one arg.

Marcin Rataj committed Oct 7, 2022 at 12:48 UTC b7a19d057efdfcd0106a4a29998447dc4350c1c2
1 file changed +1 -1
core/commands/pin/remotepin.go
+1 -1
@@ -129,7 +129,7 @@ NOTE: a comma-separated notation is supported in CLI for convenience:
129 },
130
131 Arguments: []cmds.Argument{
132 - cmds.StringArg("ipfs-path", true, false, "Path to object(s) to be pinned."),
132 + cmds.StringArg("ipfs-path", true, false, "CID or Path to be pinned."),
133 },
134 Options: []cmds.Option{
135 pinServiceNameOption,