Update description

This commit is contained in:
Markus Fleschutz
2021-09-08 15:17:27 +02:00
parent db0e0d37e5
commit 2a36ac2d98
4 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
.SYNOPSIS
check-drive-space.ps1 [<drive>] [<min-level>]
.DESCRIPTION
Checks the given drive for free space left.
Checks a drive for free space left (20 GB by default)
.EXAMPLE
PS> .\check-drive-space.ps1 C
.LINK

View File

@ -3,7 +3,7 @@
.SYNOPSIS
check-file-system.ps1 [<drive>]
.DESCRIPTION
Checks the validity of the file system (needs admin rights).
Checks the file system of a drive (needs admin rights)
.EXAMPLE
PS> .\check-file-system.ps1 C
.LINK