Update descriptions

This commit is contained in:
Markus Fleschutz
2021-09-25 19:43:22 +02:00
parent 9a1bdd9ac5
commit 9748042e05
28 changed files with 80 additions and 81 deletions

View File

@@ -1,10 +1,10 @@
<#
.SYNOPSIS
weather.ps1 [<geo-location>]
weather.ps1 [<GeoLocation>]
.DESCRIPTION
Prints the current weather forecast.
Prints the current weather forecast
.EXAMPLE
PS> .\weather.ps1 Paris
PS> ./weather Paris
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK