Update the comment based help text

This commit is contained in:
Markus Fleschutz
2021-10-12 21:51:51 +02:00
parent acc88e247d
commit 27bd366394
53 changed files with 112 additions and 97 deletions

View File

@ -2,9 +2,9 @@
.SYNOPSIS
Builds a Git repository
.DESCRIPTION
Supports building with cmake, configure, autogen, Imakefile and Makefile.
This scripts supports building with cmake, configure, autogen, Imakefile and Makefile.
.PARAMETER RepoDir
Specifies the path to the Git repository.
Specifies the path to the Git repository
.EXAMPLE
PS> ./build-repo C:\MyRepo
.NOTES