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

Changed wording to make optional stand out

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
This commit is contained in:
Richard Littauer
2016-02-04 09:48:16 -05:00
parent e8c753d2e5
commit 2c0846c8e9

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