docs: pin remote arg

It accepts only one arg.
This commit is contained in:
Marcin Rataj 2022-10-07 12:48:17 +02:00
parent 396660956f
commit b7a19d057e

View File

@ -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,