1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-29 01:12:24 +08:00

Merge pull request #2292 from ipfs/docs/optional-template

Changed wording to make optional stand out
This commit is contained in:
Jeromy Johnson
2016-02-04 10:47:36 -08:00

View File

@ -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()