docs(cmds): Clarify block fetching of refs endpoint.
Daniel Norman committed
Oct 13, 2022 at 17:29 UTC
007c960e0f877241e774fe60364819ef0db59420
1 file changed
+3
-1
core/commands/refs.go
+3
-1
@@ -52,7 +52,9 @@ with the following format:
52
53
<link base58 hash>
54
55
-NOTE: List all references recursively by using the flag '-r'.
55
+List all references recursively by using the flag '-r'.
56
+
57
+NOTE: Like most other commands, Kubo will try to fetch the blocks of the passed path if they can't be found in the local store if it is running in online mode.
58
`,
59
},
60
Subcommands: map[string]*cmds.Command{