Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 116cbc6

Browse files
committed
Fixed the help command to display 'startup' (correct) vs. 'start' (incorrect)
1 parent cd1760b commit 116cbc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/help

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ${YELLOW}WPLib Box ${GREEN}CLI${RESET} usage:
77
box ${GREEN}database${RESET} [<args>] - Manage databases.
88
box ${GREEN}container${RESET} [<args>] - Manage Docker containers.
99
10-
box ${GREEN}start${RESET} - Start Docker containers found in project.json's services object.
10+
box ${GREEN}startup${RESET} - Start Docker containers found in project.json's services object.
1111
box ${GREEN}restart${RESET} - Restart Docker containers found in project.json's services object.
1212
box ${GREEN}shutdown${RESET} - Shutdown all Docker containers.
1313

0 commit comments

Comments
 (0)