Commit 268ec789 authored by Jeromy Johnson's avatar Jeromy Johnson

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

Changed wording to make optional stand out
parents db4add4e 2c0846c8
......@@ -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()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment