diff --git a/aider/website/docs/usage/caching.md b/aider/website/docs/usage/caching.md index abf07d6c6..cee0518fe 100644 --- a/aider/website/docs/usage/caching.md +++ b/aider/website/docs/usage/caching.md @@ -36,7 +36,7 @@ Main model: claude-3-5-sonnet-20240620 with diff edit format, prompt cache, infi Aider can ping the provider to keep your prompt cache warm and prevent it from expiring. By default, Anthropic keeps your cache for 5 minutes. -Use `--prompt-keepalive-pings N` to tell aider to ping +Use `--cache-keepalive-pings N` to tell aider to ping every 5 minutes to keep the cache warm. Aider will ping up to `N` times over a period of `N*5` minutes after each message you send.