Remove --generate-master-key option

This commit is contained in:
Louis Dureuil 2023-01-05 14:55:24 +01:00
parent 1f8ddb366c
commit eb08a0fb0b
No known key found for this signature in database
3 changed files with 0 additions and 16 deletions

View file

@ -271,7 +271,6 @@ impl From<Opt> for Infos {
log_level,
indexer_options,
config_file_path,
generate_master_key: _,
#[cfg(all(not(debug_assertions), feature = "analytics"))]
no_analytics: _,
} = options;