From 70f32ed7a2e55fe4583b54f6361fe4612fd79ec1 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 23 Aug 2024 15:19:53 -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 9e749a2b7..bc78737f7 100644 --- a/aider/website/docs/usage/commands.md +++ b/aider/website/docs/usage/commands.md @@ -26,7 +26,7 @@ cog.out(get_help_md()) | **/exit** | Exit the application | | **/git** | Run a git command | | **/help** | Ask questions about aider | -| **/lint** | Lint and fix provided files or in-chat files if none provided | +| **/lint** | Lint and fix in-chat files or all dirty files if none in chat | | **/ls** | List all known files and indicate which are included in the chat session | | **/map** | Print out the current repository map | | **/map-refresh** | Force a refresh of the repository map |