From b952e40060f9ae16406a809d33d13529b8391bc4 Mon Sep 17 00:00:00 2001 From: Robert Garrett Date: Mon, 21 Jul 2025 16:14:47 -0500 Subject: [PATCH] Revise explanation of `--project` option I need to introduce the idea that "projects" are actually file paths, and that these paths are the keys for the key-value stores that are the config files. ...but without saying "HashMap" because that's really an implementation detail. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d01c20e..a1a4fd2 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ For details, see Gitea's documentation on [token scopes](https://docs.gitea.com/ ### The `--project` option -Override the default (current-directory) project name when searching through the config files for this project's settings. +Settings retrieved from config files are selected based on the project's path. By default, the current directory will be used. In case that guess is incorrect, this option can be specified with another path. See [configuration](#configuration) for details on format and file locations.