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