Skip to content

Commit 055ba2b

Browse files
committed
Document rdap --update in README
Clarify the README entry for downloaded configs to state they are updated via `rdap --update` (previously listed as `rdap update`). This is a small documentation fix to reflect the correct command-line usage.
1 parent 819d53e commit 055ba2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ async fn query_handler(
835835
The RDAP client uses a configuration system with the following priority (highest to lowest):
836836

837837
1. `~/.config/rdap/*.local.json` - User local overrides (never overwritten by updates)
838-
2. `~/.config/rdap/*.json` - Downloaded configs (updated via `rdap update`)
838+
2. `~/.config/rdap/*.json` - Downloaded configs (updated via `rdap --update`)
839839
3. `/etc/rdap/*.json` - System-wide configs
840840
4. Built-in defaults (embedded in binary)
841841

0 commit comments

Comments
 (0)