summaryrefslogtreecommitdiff
path: root/pbs-plumb-config
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-plumb-config
parent2aaeacf352f8bb5daca360dde02d0d2c73a75d32 (diff)
normalize help messages
Diffstat (limited to 'pbs-plumb-config')
-rwxr-xr-xpbs-plumb-config7
1 files changed, 5 insertions, 2 deletions
diff --git a/pbs-plumb-config b/pbs-plumb-config
index d885256..1a1f859 100755
--- a/pbs-plumb-config
+++ b/pbs-plumb-config
@@ -24,12 +24,15 @@ get() {
}
usage() {
- echo "Usage: ${0##*/} COMMAND [COMMAND-ARGUMENTS]"
- echo "Work with /etc/libretools.d/pbs-convert.conf"
+ echo "Usage: ${0##*/} COMMAND [-h] [COMMAND-ARGUMENTS]"
+ echo 'Work with `/etc/libretools.d/pbs-convert.conf`.'
echo
echo "Commands:"
echo " list List the variables set in the file"
echo " get VARNAME Get the value of VARNAME"
+ echo
+ echo 'Options:'
+ echo ' -h Show this message'
}
main() {