summaryrefslogtreecommitdiff
path: root/pbs-package-postcommit
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-06-02 22:27:42 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-06-02 22:27:42 -0600
commit09872f7a2e03d79936e75b8f3dad330237d2f749 (patch)
tree8ba05eb9da9ad180fe8bdf4f40329992ab1754db /pbs-package-postcommit
parent2aaeacf352f8bb5daca360dde02d0d2c73a75d32 (diff)
normalize help messages
Diffstat (limited to 'pbs-package-postcommit')
-rwxr-xr-xpbs-package-postcommit6
1 files changed, 3 insertions, 3 deletions
diff --git a/pbs-package-postcommit b/pbs-package-postcommit
index e8ff196..0a02af7 100755
--- a/pbs-package-postcommit
+++ b/pbs-package-postcommit
@@ -5,10 +5,10 @@
cmd=${0##*/}
usage() {
echo "Usage: $cmd [git-commit OPTIONS]"
- echo 'Call this after doing a `git commit` manually.'
- echo ''
+ echo 'Call after doing a `git commit` manually. (from pkg dir)'
+ echo
echo 'This cascades the commit up out of the submodule.'
- echo ''
+ echo
echo 'Options:'
echo ' -h Show this message'
}