fix: Use the flag name, not the struct field name

pull/24376/head
Carol (Nichols || Goulding) 2021-02-25 15:24:41 -05:00
parent c7ef18337c
commit ecfd2b9689
1 changed files with 1 additions and 1 deletions

View File

@ -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.