From c9ac01f4742f74face2c012a236a1f94e77cb3a7 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Mon, 23 Sep 2024 09:02:45 -0700 Subject: [PATCH] docs: update help message for --map-refresh option --- aider/args.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/args.py b/aider/args.py index 4b9c745ae..1533db479 100644 --- a/aider/args.py +++ b/aider/args.py @@ -206,7 +206,7 @@ def get_parser(default_config_files, git_root): "--map-refresh", choices=["auto", "always", "files", "manual"], default="auto", - help="Control how often the repo map is refreshed (default: auto)", + help="Control how often the repo map is refreshed. Options: auto, always, files, manual (default: auto)", ) group.add_argument( "--cache-prompts",