diff options
author | Bruce Momjian | 2001-02-06 21:37:55 +0000 |
---|---|---|
committer | Bruce Momjian | 2001-02-06 21:37:55 +0000 |
commit | 9213f634008b0a93bf7d1ec7a747533aa9d0ea73 (patch) | |
tree | 8487ca830841d928a27147ed7b85f9fcb1d2dfbb | |
parent | 5610b6d9cb2e801f6a7108ccd74cd35d30620388 (diff) |
Make it clearer.
-rw-r--r-- | contrib/init.d/postgresql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/init.d/postgresql b/contrib/init.d/postgresql index 730f8b063fd..297324df848 100644 --- a/contrib/init.d/postgresql +++ b/contrib/init.d/postgresql @@ -61,7 +61,7 @@ case "$1" in *) # Print help. N=/etc/init.d/$FILE - echo "Usage: $N {start|stop|restart|status}" >&2 + echo "Usage: $N {start|stop|restart|status}" 1>&2 exit 1 ;; esac |