mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-07-30 23:30:11 -07:00
fix: Typos in Rust code, readme and man pages
This commit is contained in:
committed by
Karolin Varner
parent
397a776c55
commit
b958eacaae
+2
-2
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user