Update list-exchange-rates.ps1

This commit is contained in:
Markus Fleschutz 2021-08-04 07:24:51 +02:00
parent 8318ba58c3
commit 4d8f8b018a

View File

@ -23,8 +23,8 @@ function ListExchangeRates { param([string]$currency)
try {
""
"Exchange Rates Today for 1 $currency (source: http://www.floatrates.com)"
"=================================================================="
"Exchange Rates for 1 $currency (source: http://www.floatrates.com)"
"============================================================"
ListExchangeRates $currency | format-table -property Rate,Currency,Inverse,Date
exit 0