Skip to content

Commit c8663b5

Browse files
committed
Fixed mistake
1 parent 6278c12 commit c8663b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ case "${1}" in
11671167
echo -e "${COLOR_YELLOW}${COLOR_BOLD}Use: \"${0} ${2}\" to show ${APPLICATION_NAME} is online or offline.${COLOR_RESET}"
11681168
;;
11691169
dump-config)
1170-
echo -e "${COLOR_YELLOW}${COLOR_BOLD}Use: \"${0} ${2}\" to dump the current Control.Sh configuration${COLOR_RESET}
1170+
echo -e "${COLOR_YELLOW}${COLOR_BOLD}Use: \"${0} ${2}\" to dump the current Control.Sh configuration${COLOR_RESET}"
11711171
;;
11721172
last-exit-code)
11731173
echo -e "${COLOR_YELLOW}${COLOR_BOLD}Use: \"${0} ${2}\" to return and display the last exit code of ${APPLICATION_NAME}.${COLOR_RESET}"

0 commit comments

Comments
 (0)