mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-10 05:17:44 +02:00
Update the comment based help
This commit is contained in:
@ -2,7 +2,9 @@
|
||||
.SYNOPSIS
|
||||
Prints the SHA256 checksum of a file
|
||||
.DESCRIPTION
|
||||
get-sha256.ps1 [<file>]
|
||||
This script calculates and prints the SHA256 checksum of the given file.
|
||||
.PARAMETER file
|
||||
Specifies the path to the file
|
||||
.EXAMPLE
|
||||
PS> ./get-sha256 C:\MyFile.txt
|
||||
.NOTES
|
||||
|
Reference in New Issue
Block a user