Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9213f63

Browse files
committed
Make it clearer.
1 parent 5610b6d commit 9213f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/init.d/postgresql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ case "$1" in
6161
*)
6262
# Print help.
6363
N=/etc/init.d/$FILE
64-
echo "Usage: $N {start|stop|restart|status}" >&2
64+
echo "Usage: $N {start|stop|restart|status}" 1>&2
6565
exit 1
6666
;;
6767
esac

0 commit comments

Comments
 (0)