Update the comment based help

This commit is contained in:
Markus Fleschutz
2021-10-16 13:40:20 +02:00
parent 053b26c578
commit c296024b8f
58 changed files with 105 additions and 81 deletions

View File

@@ -1,8 +1,8 @@
<#
.SYNOPSIS
Lists major earthquakes for the last 30 days
Lists major earthquakes since 30 days
.DESCRIPTION
Lists earthquakes with magnitude >= 6.0 for the last 30 days
This script lists earthquakes with magnitude >= 6.0 for the last 30 days.
.EXAMPLE
PS> ./list-earthquakes
.NOTES