summaryrefslogtreecommitdiff
path: root/pbs-init
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-init
parent2aaeacf352f8bb5daca360dde02d0d2c73a75d32 (diff)
normalize help messages
Diffstat (limited to 'pbs-init')
-rwxr-xr-xpbs-init2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbs-init b/pbs-init
index b3b6ba4..1a18911 100755
--- a/pbs-init
+++ b/pbs-init
@@ -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'