mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-28 17:03:58 +08:00
Merge pull request #2292 from ipfs/docs/optional-template
Changed wording to make optional stand out
This commit is contained in:
@ -391,7 +391,7 @@ Available templates:
|
||||
`,
|
||||
},
|
||||
Arguments: []cmds.Argument{
|
||||
cmds.StringArg("template", false, false, "Optional template to use."),
|
||||
cmds.StringArg("template", false, false, "Template to use. Optional."),
|
||||
},
|
||||
Run: func(req cmds.Request, res cmds.Response) {
|
||||
n, err := req.InvocContext().GetNode()
|
||||
|
Reference in New Issue
Block a user