fix typo
This commit is contained in:
parent
c5e962ef43
commit
a001179dbb
|
@ -19,7 +19,7 @@ Arguments:
|
|||
|
||||
Options:
|
||||
-k, --set-api-key <API_KEY> Set api key
|
||||
-r, --recreate-cache Recrate cache
|
||||
-r, --recreate-cache Recreate cache
|
||||
-i, --interactive Interactive mode
|
||||
-l, --list List currencies
|
||||
-L, --list-rates <currency> List exchange rate for currency
|
||||
|
|
|
@ -29,7 +29,7 @@ struct Cli
|
|||
/// Set api key
|
||||
#[arg(short = 'k', long = "set-api-key")]
|
||||
api_key: Option<String>,
|
||||
/// Recrate cache
|
||||
/// Recreate cache
|
||||
#[arg(short = 'r', long = "recreate-cache")]
|
||||
recreate_cache: bool,
|
||||
/// Interactive mode
|
||||
|
|
Reference in New Issue