Update clean-branch.ps1

This commit is contained in:
Markus Fleschutz 2021-02-16 17:01:07 +01:00 committed by GitHub
parent 7cc8831c19
commit 55dcaec249
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#!/bin/powershell
<#
.SYNTAX ./clean-branch.ps1
.DESCRIPTION cleans the current Git branch (and submodules) from generated files
.DESCRIPTION cleans the current Git branch (including submodules) from generated files
.LINK https://github.com/fleschutz/PowerShell
.NOTES Author: Markus Fleschutz / License: CC0
#>