Merge pull request #821 from aeriksson/patch-1

Fix typo in option.rs
This commit is contained in:
Clément Renault 2020-07-02 14:05:00 +02:00 committed by GitHub
commit e1f956ce18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ pub struct Opt {
#[structopt(long, env = "MEILI_NO_SENTRY")] #[structopt(long, env = "MEILI_NO_SENTRY")]
pub no_sentry: bool, pub no_sentry: bool,
/// This environment variable must be set to `production` if your are running in production. /// This environment variable must be set to `production` if you are running in production.
/// If the server is running in development mode more logs will be displayed, /// If the server is running in development mode more logs will be displayed,
/// and the master key can be avoided which implies that there is no security on the updates routes. /// and the master key can be avoided which implies that there is no security on the updates routes.
/// This is useful to debug when integrating the engine with another service. /// This is useful to debug when integrating the engine with another service.