Fix help message to be uniform across env vars (#5735)

This commit is contained in:
Nitish Tiwari 2018-03-30 01:59:21 +05:30 committed by GitHub
parent 22e3ace36e
commit 328076f773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 36 additions and 36 deletions

View File

@ -73,15 +73,15 @@ ENVIRONMENT VARIABLES:
MINIO_BROWSER: To disable web browser access, set this value to "off". MINIO_BROWSER: To disable web browser access, set this value to "off".
CACHE: CACHE:
MINIO_CACHE_DRIVES: List of cache drives delimited by ";" MINIO_CACHE_DRIVES: List of cache drives delimited by ";".
MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";" MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";".
MINIO_CACHE_EXPIRY: Cache expiry duration in days MINIO_CACHE_EXPIRY: Cache expiry duration in days.
UPDATE: UPDATE:
MINIO_UPDATE: To turn off in-place upgrades, set this value to "off". MINIO_UPDATE: To turn off in-place upgrades, set this value to "off".
DOMAIN: DOMAIN:
MINIO_DOMAIN: To enable virtual-host-style requests. Set this value to Minio host domain name. MINIO_DOMAIN: To enable virtual-host-style requests, set this value to Minio host domain name.
EXAMPLES: EXAMPLES:
1. Start minio gateway server for Azure Blob Storage backend. 1. Start minio gateway server for Azure Blob Storage backend.

View File

@ -64,15 +64,15 @@ ENVIRONMENT VARIABLES:
MINIO_BROWSER: To disable web browser access, set this value to "off". MINIO_BROWSER: To disable web browser access, set this value to "off".
CACHE: CACHE:
MINIO_CACHE_DRIVES: List of cache drives delimited by ";" MINIO_CACHE_DRIVES: List of cache drives delimited by ";".
MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";" MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";".
MINIO_CACHE_EXPIRY: Cache expiry duration in days MINIO_CACHE_EXPIRY: Cache expiry duration in days.
UPDATE: UPDATE:
MINIO_UPDATE: To turn off in-place upgrades, set this value to "off". MINIO_UPDATE: To turn off in-place upgrades, set this value to "off".
DOMAIN: DOMAIN:
MINIO_DOMAIN: To enable virtual-host-style requests. Set this value to Minio host domain name. MINIO_DOMAIN: To enable virtual-host-style requests, set this value to Minio host domain name.
EXAMPLES: EXAMPLES:
1. Start minio gateway server for B2 backend. 1. Start minio gateway server for B2 backend.

View File

@ -110,15 +110,15 @@ ENVIRONMENT VARIABLES:
MINIO_BROWSER: To disable web browser access, set this value to "off". MINIO_BROWSER: To disable web browser access, set this value to "off".
CACHE: CACHE:
MINIO_CACHE_DRIVES: List of cache drives delimited by ";" MINIO_CACHE_DRIVES: List of cache drives delimited by ";".
MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";" MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";".
MINIO_CACHE_EXPIRY: Cache expiry duration in days MINIO_CACHE_EXPIRY: Cache expiry duration in days.
UPDATE: UPDATE:
MINIO_UPDATE: To turn off in-place upgrades, set this value to "off". MINIO_UPDATE: To turn off in-place upgrades, set this value to "off".
DOMAIN: DOMAIN:
MINIO_DOMAIN: To enable virtual-host-style requests. Set this value to Minio host domain name. MINIO_DOMAIN: To enable virtual-host-style requests, set this value to Minio host domain name.
GCS credentials file: GCS credentials file:
GOOGLE_APPLICATION_CREDENTIALS: Path to credentials.json GOOGLE_APPLICATION_CREDENTIALS: Path to credentials.json

View File

@ -72,12 +72,12 @@ ENVIRONMENT VARIABLES:
MINIO_BROWSER: To disable web browser access, set this value to "off". MINIO_BROWSER: To disable web browser access, set this value to "off".
DOMAIN: DOMAIN:
MINIO_DOMAIN: To enable virtual-host-style requests. Set this value to Minio host domain name. MINIO_DOMAIN: To enable virtual-host-style requests, set this value to Minio host domain name.
CACHE: CACHE:
MINIO_CACHE_DRIVES: List of cache drives delimited by ";" MINIO_CACHE_DRIVES: List of cache drives delimited by ";".
MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";" MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";".
MINIO_CACHE_EXPIRY: Cache expiry duration in days MINIO_CACHE_EXPIRY: Cache expiry duration in days.
EXAMPLES: EXAMPLES:
1. Start minio gateway server for Manta Object Storage backend. 1. Start minio gateway server for Manta Object Storage backend.

View File

@ -51,15 +51,15 @@ ENVIRONMENT VARIABLES:
MINIO_BROWSER: To disable web browser access, set this value to "off". MINIO_BROWSER: To disable web browser access, set this value to "off".
CACHE: CACHE:
MINIO_CACHE_DRIVES: List of cache drives delimited by ";" MINIO_CACHE_DRIVES: List of cache drives delimited by ";".
MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";" MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";".
MINIO_CACHE_EXPIRY: Cache expiry duration in days MINIO_CACHE_EXPIRY: Cache expiry duration in days.
UPDATE: UPDATE:
MINIO_UPDATE: To turn off in-place upgrades, set this value to "off". MINIO_UPDATE: To turn off in-place upgrades, set this value to "off".
DOMAIN: DOMAIN:
MINIO_DOMAIN: To enable virtual-host-style requests. Set this value to Minio host domain name. MINIO_DOMAIN: To enable virtual-host-style requests, set this value to Minio host domain name.
EXAMPLES: EXAMPLES:
1. Start minio gateway server for NAS backend. 1. Start minio gateway server for NAS backend.

View File

@ -69,12 +69,12 @@ ENVIRONMENT VARIABLES:
MINIO_UPDATE: To turn off in-place upgrades, set this value to "off". MINIO_UPDATE: To turn off in-place upgrades, set this value to "off".
DOMAIN: DOMAIN:
MINIO_DOMAIN: To enable virtual-host-style requests. Set this value to Minio host domain name. MINIO_DOMAIN: To enable virtual-host-style requests, set this value to Minio host domain name.
CACHE: CACHE:
MINIO_CACHE_DRIVES: List of cache drives delimited by ";" MINIO_CACHE_DRIVES: List of cache drives delimited by ";".
MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";" MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";".
MINIO_CACHE_EXPIRY: Cache expiry duration in days MINIO_CACHE_EXPIRY: Cache expiry duration in days.
EXAMPLES: EXAMPLES:
1. Start minio gateway server for Aliyun OSS backend. 1. Start minio gateway server for Aliyun OSS backend.

View File

@ -57,15 +57,15 @@ ENVIRONMENT VARIABLES:
MINIO_BROWSER: To disable web browser access, set this value to "off". MINIO_BROWSER: To disable web browser access, set this value to "off".
CACHE: CACHE:
MINIO_CACHE_DRIVES: List of cache drives delimited by ";" MINIO_CACHE_DRIVES: List of cache drives delimited by ";".
MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";" MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";".
MINIO_CACHE_EXPIRY: Cache expiry duration in days MINIO_CACHE_EXPIRY: Cache expiry duration in days.
UPDATE: UPDATE:
MINIO_UPDATE: To turn off in-place upgrades, set this value to "off". MINIO_UPDATE: To turn off in-place upgrades, set this value to "off".
DOMAIN: DOMAIN:
MINIO_DOMAIN: To enable virtual-host-style requests. Set this value to Minio host domain name. MINIO_DOMAIN: To enable virtual-host-style requests, set this value to Minio host domain name.
EXAMPLES: EXAMPLES:
1. Start minio gateway server for AWS S3 backend. 1. Start minio gateway server for AWS S3 backend.

View File

@ -74,15 +74,15 @@ ENVIRONMENT VARIABLES: (Default values in parenthesis)
MINIO_BROWSER: To disable web browser access, set this value to "off". MINIO_BROWSER: To disable web browser access, set this value to "off".
CACHE: CACHE:
MINIO_CACHE_DRIVES: List of cache drives delimited by ";" MINIO_CACHE_DRIVES: List of cache drives delimited by ";".
MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";" MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";".
MINIO_CACHE_EXPIRY: Cache expiry duration in days MINIO_CACHE_EXPIRY: Cache expiry duration in days.
UPDATE: UPDATE:
MINIO_UPDATE: To turn off in-place upgrades, set this value to "off". MINIO_UPDATE: To turn off in-place upgrades, set this value to "off".
DOMAIN: DOMAIN:
MINIO_DOMAIN: To enable virtual-host-style requests. Set this value to Minio host domain name. MINIO_DOMAIN: To enable virtual-host-style requests, set this value to Minio host domain name.
SIA_TEMP_DIR: The name of the local Sia temporary storage directory. (.sia_temp) SIA_TEMP_DIR: The name of the local Sia temporary storage directory. (.sia_temp)
SIA_API_PASSWORD: API password for Sia daemon. (default is empty) SIA_API_PASSWORD: API password for Sia daemon. (default is empty)

View File

@ -68,9 +68,9 @@ ENVIRONMENT VARIABLES:
MINIO_BROWSER: To disable web browser access, set this value to "off". MINIO_BROWSER: To disable web browser access, set this value to "off".
CACHE: CACHE:
MINIO_CACHE_DRIVES: List of cache drives delimited by ";" MINIO_CACHE_DRIVES: List of cache drives delimited by ";".
MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";" MINIO_CACHE_EXCLUDE: List of cache exclusion patterns delimited by ";".
MINIO_CACHE_EXPIRY: Cache expiry duration in days MINIO_CACHE_EXPIRY: Cache expiry duration in days.
REGION: REGION:
MINIO_REGION: To set custom region. By default all regions are accepted. MINIO_REGION: To set custom region. By default all regions are accepted.
@ -79,7 +79,7 @@ ENVIRONMENT VARIABLES:
MINIO_UPDATE: To turn off in-place upgrades, set this value to "off". MINIO_UPDATE: To turn off in-place upgrades, set this value to "off".
DOMAIN: DOMAIN:
MINIO_DOMAIN: To enable virtual-host-style requests. Set this value to Minio host domain name. MINIO_DOMAIN: To enable virtual-host-style requests, set this value to Minio host domain name.
WORM: WORM:
MINIO_WORM: To turn on Write-Once-Read-Many in server, set this value to "on". MINIO_WORM: To turn on Write-Once-Read-Many in server, set this value to "on".