mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Update the comment based help
This commit is contained in:
@ -2,7 +2,9 @@
|
||||
.SYNOPSIS
|
||||
Fetches updates for all Git repositories in a folder (including submodules)
|
||||
.DESCRIPTION
|
||||
fetch-repos.ps1 [<ParentDir>]
|
||||
This script fetches updates for all Git repositories in a folder (including submodules).
|
||||
.PARAMETER ParentDir
|
||||
Specifies the path to the parent folder
|
||||
.EXAMPLE
|
||||
PS> ./fetch-repos C:\MyRepos
|
||||
.NOTES
|
||||
|
Reference in New Issue
Block a user