summaryrefslogtreecommitdiff
path: root/pbs-plumb-config
diff options
context:
space:
mode:
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() {