summaryrefslogtreecommitdiff
path: root/pbs-help
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-help
parent2aaeacf352f8bb5daca360dde02d0d2c73a75d32 (diff)
normalize help messages
Diffstat (limited to 'pbs-help')
-rwxr-xr-xpbs-help5
1 files changed, 4 insertions, 1 deletions
diff --git a/pbs-help b/pbs-help
index c2a753f..b60fad9 100755
--- a/pbs-help
+++ b/pbs-help
@@ -11,6 +11,9 @@ list_commands() {
master_usage() {
echo "Usage: ${stem} COMMAND [OPTIONS]"
+ echo "Parabola Build System"
+ echo
+ echo "plumb-* commands are for internal use."
echo
echo "Commands:"
list_commands | while read -r cmd; do
@@ -21,7 +24,7 @@ master_usage() {
help_usage() {
echo "Usage: ${stem} help [OPTIONS] COMMAND"
- echo "Shows the manual page for a command"
+ echo "Shows the manual page for a command."
echo ''
echo 'Options:'
echo ' -h Show this message'