summaryrefslogtreecommitdiff
path: root/pbs-help
diff options
context:
space:
mode:
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'