Skip to content

Commit

Permalink
docs(cmds): Clarify block fetching of refs endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
2color authored Oct 13, 2022
1 parent 4b33079 commit 007c960
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/commands/refs.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ with the following format:
<link base58 hash>
NOTE: List all references recursively by using the flag '-r'.
List all references recursively by using the flag '-r'.
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.
`,
},
Subcommands: map[string]*cmds.Command{
Expand Down

0 comments on commit 007c960

Please sign in to comment.