mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Update the comment-based help
This commit is contained in:
@ -2,14 +2,13 @@
|
||||
.SYNOPSIS
|
||||
add-memo.ps1 [<text>]
|
||||
.DESCRIPTION
|
||||
Adds the given memo text to $HOME/Memos.csv
|
||||
Adds the given memo text to $HOME/Memos.csv.
|
||||
.EXAMPLE
|
||||
PS> .\add-memo.ps1 "Buy apples"
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
#>
|
||||
|
||||
param([string]$text = "")
|
||||
|
Reference in New Issue
Block a user