diff --git a/core/commands/refs.go b/core/commands/refs.go index 02d53e4f5..2deb5a85a 100644 --- a/core/commands/refs.go +++ b/core/commands/refs.go @@ -50,7 +50,7 @@ Note: list all refs recursively with -r. cmds.StringArg("ipfs-path", true, true, "Path to the object(s) to list refs from.").EnableStdin(), }, Options: []cmds.Option{ - cmds.StringOption("format", "Emit edges with given format. tokens: ."), + cmds.StringOption("format", "Emit edges with given format. Available tokens: ."), cmds.BoolOption("edges", "e", "Emit edge format: ` -> `."), cmds.BoolOption("unique", "u", "Omit duplicate refs from output."), cmds.BoolOption("recursive", "r", "Recursively list links of child nodes."),