mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-18 00:20:09 +02:00
Update the comment based help
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
## fetch-repos.ps1 - Fetches updates for all Git repositories in a folder (including submodules)
|
||||
|
||||
fetch-repos.ps1 [<ParentDir>]
|
||||
This script fetches updates for all Git repositories in a folder (including submodules).
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
fetch-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
|
||||
|
||||
-ParentDir <String>
|
||||
Specifies the path to the parent folder
|
||||
|
||||
Required? false
|
||||
Position? 1
|
||||
|
Reference in New Issue
Block a user