diff --git a/Scripts/list-branches.ps1 b/Scripts/list-branches.ps1 index 15076363..2e1d66c8 100755 --- a/Scripts/list-branches.ps1 +++ b/Scripts/list-branches.ps1 @@ -1,7 +1,7 @@ #!/bin/powershell <# .SYNTAX ./list-branches.ps1 [] [] -.DESCRIPTION lists all branches of the current/given Git repository +.DESCRIPTION lists all branches in the current/given Git repository .LINK https://github.com/fleschutz/PowerShell .NOTES Author: Markus Fleschutz / License: CC0 #> diff --git a/Scripts/list-commits.ps1 b/Scripts/list-commits.ps1 index 28e8d1f6..3de70be4 100755 --- a/Scripts/list-commits.ps1 +++ b/Scripts/list-commits.ps1 @@ -1,7 +1,7 @@ #!/bin/powershell <# .SYNTAX ./list-commits.ps1 [] [] -.DESCRIPTION lists all commits of the current/given Git repository +.DESCRIPTION lists all commits in the current/given Git repository .LINK https://github.com/fleschutz/PowerShell .NOTES Author: Markus Fleschutz / License: CC0 #>