Changed wording to make optional stand out
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
Richard Littauer committed
Feb 4, 2016 at 09:48 UTC
2c0846c8e977daf5ab0e37c9e2dd5c0793cee357
1 file changed
+1
-1
core/commands/object/object.go
+1
-1
@@ -391,7 +391,7 @@ Available templates:
391
`,
392
},
393
Arguments: []cmds.Argument{
394
- cmds.StringArg("template", false, false, "Optional template to use."),
394
+ cmds.StringArg("template", false, false, "Template to use. Optional."),
395
},
396
Run: func(req cmds.Request, res cmds.Response) {
397
n, err := req.InvocContext().GetNode()