diff options
Diffstat (limited to 'pbs-package-postcommit')
-rwxr-xr-x | pbs-package-postcommit | 6 |
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' } |