Skip to content

Commit 4dd92cf

Browse files
authored
Merge pull request #54 from codecrafters-io/andy/tweak
Clarify the order of stages in the 'test --previous' command.
2 parents 94027c7 + f0e7749 commit 4dd92cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/codecrafters/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ USAGE
2424
2525
EXAMPLES
2626
$ codecrafters test # Run tests without committing changes
27-
$ codecrafters test --previous # Run tests for the current stage and all previous stages without committing changes
27+
$ codecrafters test --previous # Run tests for all previous stages and the current stage without committing changes
2828
$ codecrafters submit # Commit changes & submit to move to next step
2929
3030
COMMANDS

0 commit comments

Comments
 (0)