diff --git a/meilisearch-http/src/option.rs b/meilisearch-http/src/option.rs index eaf88b046..77d4e9826 100644 --- a/meilisearch-http/src/option.rs +++ b/meilisearch-http/src/option.rs @@ -184,7 +184,7 @@ pub struct Opt { /// * A database already exists /// * No valid snapshot can be found in the specified path /// - /// This behavior can be modified with the `--ignore-snapshot-if-db-exists` and + /// This behavior can be modified with the `--ignore-snapshot-if-db-exists` and /// `--ignore-missing-snapshot` options, respectively. /// /// *This option is not available as an environment variable.*