diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-02 22:27:42 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-02 22:27:42 -0600 |
commit | 09872f7a2e03d79936e75b8f3dad330237d2f749 (patch) | |
tree | 8ba05eb9da9ad180fe8bdf4f40329992ab1754db /pbs-init | |
parent | 2aaeacf352f8bb5daca360dde02d0d2c73a75d32 (diff) |
normalize help messages
Diffstat (limited to 'pbs-init')
-rwxr-xr-x | pbs-init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ cmd=${0##*/} usage() { echo "Usage: $cmd [OPTIONS] [DIRECTORY]" - echo 'Creates a new pbs repository' + echo 'Creates a new pbs repository.' echo '' echo 'Options:' echo ' -h Show this message' |