From 09872f7a2e03d79936e75b8f3dad330237d2f749 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 2 Jun 2013 22:27:42 -0600 Subject: normalize help messages --- pbs-help | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pbs-help') 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' -- cgit v1.2.3