Skip to content

Commit 1528537

Browse files
committed
usage fix
1 parent 4488454 commit 1528537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.d/gitlab-centos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ case "$1" in
108108
;;
109109
*)
110110
N=/etc/init.d/$NAME
111-
echo "Usage: $N {start|stop|restart|status)" >&2
111+
echo "Usage: $N {start|stop|restart|status}" >&2
112112
exit 1
113113
;;
114114
esac

0 commit comments

Comments
 (0)