Update help text
This commit is contained in:
parent
f052452a30
commit
4974abef37
|
@ -22,7 +22,7 @@ Options:
|
||||||
-r, --recreate-cache Recrate cache
|
-r, --recreate-cache Recrate cache
|
||||||
-i, --interactive Interactive mode
|
-i, --interactive Interactive mode
|
||||||
-l, --list List currencies
|
-l, --list List currencies
|
||||||
-L, --list-rates <LIST_RATES> List currencies
|
-L, --list-rates <LIST_RATES> List exchange rate for currency
|
||||||
-h, --help Print help
|
-h, --help Print help
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
@ -37,7 +37,7 @@ struct Cli
|
||||||
#[arg(short, long)]
|
#[arg(short, long)]
|
||||||
list: bool,
|
list: bool,
|
||||||
|
|
||||||
/// List currencies
|
/// List exchange rate for currency
|
||||||
#[arg(short = 'L', long = "list-rates")]
|
#[arg(short = 'L', long = "list-rates")]
|
||||||
list_rates: Option<String>,
|
list_rates: Option<String>,
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue