From ecfd2b9689e052a05bb2dec6e1d00fc247eefdfc Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Thu, 25 Feb 2021 15:24:41 -0500 Subject: [PATCH] fix: Use the flag name, not the struct field name --- src/commands/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/config.rs b/src/commands/config.rs index a4fb322440..b1048ded52 100644 --- a/src/commands/config.rs +++ b/src/commands/config.rs @@ -101,7 +101,7 @@ pub struct Config { Possible values (case insensitive): * memory (default): Effectively no object persistence. -* file: Stores objects in the local filesystem. Must also set `--database_directory`. +* file: Stores objects in the local filesystem. Must also set `--data-dir`. * s3: Amazon S3. Must also set `--bucket`, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, and AWS_DEFAULT_REGION. * google: Google Cloud Storage. Must also set `--bucket` and SERVICE_ACCOUNT.