diff --git a/Scripts/developer_scripts/git-show-content b/Scripts/developer_scripts/git-show-content index 72051e849c2..deb2c942270 100755 --- a/Scripts/developer_scripts/git-show-content +++ b/Scripts/developer_scripts/git-show-content @@ -3,7 +3,21 @@ zmodload zsh/stat set -e -git=git +if [ "x$1" = "x--help" -o "x$1" = "x-h" ]; then + cat <