| author | Alexander von Gluck IV <alex@terarocket.io> | 2025-11-25 9:48:39.0 -06:00:00 |
|---|---|---|
| committer | Alexander von Gluck IV <alex@terarocket.io> | 2025-11-25 9:48:39.0 -06:00:00 |
| commit | 555857798acbca76d3c00ca327be916d8610c028 [patch] |
|
| tree | 293c760c477cf5efdfaf2d5f43e2c3c5155dea43 |
|
| parent | 5bed11ddf4489804f3cf30c3f1bae9b60b9f2204 |
|
| download | 555857798acbca76d3c00ca327be916d8610c028.tar.gz |
|
help: Adjust wording of help documentation
Diff
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<PathBuf>, /// Configures the metadata refresh interval (eg. "never" or "60s")