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-plumb-config | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'pbs-plumb-config') 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() { -- cgit v1.2.3-54-g00ecf