From e6ee7ac3703871ee0c853d5374fa597392a61bbc Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 22 Aug 2024 16:53:05 -0700 Subject: [PATCH] copy --- aider/website/docs/usage/commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/website/docs/usage/commands.md b/aider/website/docs/usage/commands.md index 23e4d727e..9e749a2b7 100644 --- a/aider/website/docs/usage/commands.md +++ b/aider/website/docs/usage/commands.md @@ -33,7 +33,7 @@ cog.out(get_help_md()) | **/model** | Switch to a new LLM | | **/models** | Search the list of available models | | **/quit** | Exit the application | -| **/read-only** | Add a file to the chat that is for reference, not to be edited | +| **/read-only** | Add files to the chat that are for reference, not to be edited | | **/reset** | Drop all files and clear the chat history | | **/run** | Run a shell command and optionally add the output to the chat (alias: !) | | **/test** | Run a shell command and add the output to the chat on non-zero exit code |