From 9213f634008b0a93bf7d1ec7a747533aa9d0ea73 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 6 Feb 2001 21:37:55 +0000 Subject: [PATCH] Make it clearer. --- contrib/init.d/postgresql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/init.d/postgresql b/contrib/init.d/postgresql index 730f8b063f..297324df84 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 -- 2.40.0