Update help text

This commit is contained in:
2024-03-14 19:54:26 +01:00
parent f052452a30
commit 4974abef37
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ struct Cli
#[arg(short, long)]
list: bool,
/// List currencies
/// List exchange rate for currency
#[arg(short = 'L', long = "list-rates")]
list_rates: Option<String>,
}