Correct description of map-refresh command.

Delete " and print it out" because the map-refresh command doesn't print out the map.
This commit is contained in:
pcamp 2024-08-21 08:11:34 -05:00 committed by GitHub
parent e12157bb98
commit 8da4874db9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ cog.out(get_help_md())
| **/lint** | Lint and fix provided files or in-chat files if none provided | | **/lint** | Lint and fix provided files or in-chat files if none provided |
| **/ls** | List all known files and indicate which are included in the chat session | | **/ls** | List all known files and indicate which are included in the chat session |
| **/map** | Print out the current repository map | | **/map** | Print out the current repository map |
| **/map-refresh** | Force a refresh of the repository map and print it out | | **/map-refresh** | Force a refresh of the repository map |
| **/model** | Switch to a new LLM | | **/model** | Switch to a new LLM |
| **/models** | Search the list of available models | | **/models** | Search the list of available models |
| **/quit** | Exit the application | | **/quit** | Exit the application |