From 780f1ae0d3cd4edcd349b8dce07d872fe98b604f Mon Sep 17 00:00:00 2001 From: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> Date: Tue, 6 Feb 2024 14:16:41 -0300 Subject: [PATCH] ansiweather: fix and improve example descriptions; add mnemonics (#12142) Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages/common/ansiweather.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/common/ansiweather.md b/pages/common/ansiweather.md index 8ee946e4aa..49ae96e0e3 100644 --- a/pages/common/ansiweather.md +++ b/pages/common/ansiweather.md @@ -3,14 +3,14 @@ > A shell script for displaying the current weather conditions in your terminal. > More information: . -- Display a forecast using metric units for the next five days for Rzeszow, Poland: +- Display a [f]orecast using metric [u]nits for the next seven days for a specific [l]ocation: -`ansiweather -u {{metric}} -f {{5}} -l {{Rzeszow,PL}}` +`ansiweather -u metric -f 7 -l {{Rzeszow,PL}}` -- Display a forecast showing symbols and daylight data for your current location: +- Display a [F]orecast for the next five days showing [s]ymbols and [d]aylight data for your current location: -`ansiweather -s {{true}} -d {{true}}` +`ansiweather -F -s true -d true` -- Display a forecast showing wind and humidity data for your current location: +- Display today's [w]ind and [h]umidity data for your current location: -`ansiweather -w {{true}} -h {{true}}` +`ansiweather -w true -h true`