@cryptotaxi247 / kubo / commits / 0c830df19

Capitalized `Tokens`

License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>

Richard Littauer committed Feb 5, 2016 at 12:41 UTC 0c830df19a4416e1177c863b6dbde8b95e3ae417
1 file changed +1 -1
core/commands/refs.go
+1 -1
@@ -50,7 +50,7 @@ Note: list all refs recursively with -r.
50 cmds.StringArg("ipfs-path", true, true, "Path to the object(s) to list refs from.").EnableStdin(),
51 },
52 Options: []cmds.Option{
53 - cmds.StringOption("format", "Emit edges with given format. tokens: <src> <dst> <linkname>."),
53 + cmds.StringOption("format", "Emit edges with given format. Available tokens: <src> <dst> <linkname>."),
54 cmds.BoolOption("edges", "e", "Emit edge format: `<from> -> <to>`."),
55 cmds.BoolOption("unique", "u", "Omit duplicate refs from output."),
56 cmds.BoolOption("recursive", "r", "Recursively list links of child nodes."),