From 555857798acbca76d3c00ca327be916d8610c028 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Tue, 25 Nov 2025 09:48:39 -0600 Subject: [PATCH] help: Adjust wording of help documentation --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index c913dac..2bfbdd4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -83,7 +83,7 @@ #[clap(short, long, env="DB_STORE", value_parser)] db_store: PathBuf, /// Optional path (relative to cwd) to a plain text file containing a list of repositories relative to the `scan_path` - /// that are whitelisted to be exposed by gitore. + /// that are allowed to be exposed by gitore. #[clap(long, env="REPOSITORY_LIST")] repository_list: Option, /// Configures the metadata refresh interval (eg. "never" or "60s") -- gitore 0.2.3