fix: Typos in Rust code, readme and man pages

This commit is contained in:
Steffen Vogel
2023-06-01 11:51:27 +02:00
committed by Karolin Varner
parent 397a776c55
commit b958eacaae
7 changed files with 39 additions and 39 deletions
+2 -2
View File
@@ -63,7 +63,7 @@ pub enum Cli {
GenConfig {
config_file: PathBuf,
/// Forecefully overwrite existing config file
/// Forcefully overwrite existing config file
#[clap(short, long)]
force: bool,
},
@@ -84,7 +84,7 @@ pub enum Cli {
#[clap(short, long)]
secret_key: Option<PathBuf>,
/// Forecefully overwrite public- & secret-key file
/// Forcefully overwrite public- & secret-key file
#[clap(short, long)]
force: bool,
},