Updated the description

This commit is contained in:
Markus Fleschutz
2021-02-21 12:24:22 +01:00
parent 4bd0f442f2
commit 20f08293c4
5 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
#!/bin/powershell
<#
.SYNTAX ./fetch-repos.ps1 [<directory>]
.DESCRIPTION fetches all Git repositories under the current/given directory
.DESCRIPTION fetches all Git repositories under the current/given directory (including submodules)
.LINK https://github.com/fleschutz/PowerShell
.NOTES Author: Markus Fleschutz / License: CC0
#>

View File

@ -1,7 +1,7 @@
#!/bin/powershell
<#
.SYNTAX ./switch-branch.ps1 [<branch>]
.DESCRIPTION switches the current Git repository to the given branch
.DESCRIPTION switches the current Git repository to the given branch (including submodules)
.LINK https://github.com/fleschutz/PowerShell
.NOTES Author: Markus Fleschutz / License: CC0
#>

View File

@ -1,7 +1,7 @@
#!/bin/powershell
<#
.SYNTAX ./update-repos.ps1 [<directory>]
.DESCRIPTION updates all Git repositories under the current/given directory
.DESCRIPTION updates all Git repositories under the current/given directory (including submodules)
.LINK https://github.com/fleschutz/PowerShell
.NOTES Author: Markus Fleschutz / License: CC0
#>