Skip to content

Commit 1e4e69d

Browse files
authored
fix: update message to indicate from sha will be included in results
1 parent c42fed0 commit 1e4e69d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ USAGE
6969
$ sf apex-tests-git-delta delta -f <value> -t <value> -e <value> --output <value> [--json]
7070
7171
FLAGS
72-
-f, --from=<value> Commit SHA from where the commit message log is done. This SHA's commit message will not be included in the results.
72+
-f, --from=<value> Commit SHA from where the commit message log is done. This SHA's commit message will be included in the results.
7373
-t, --to=<value> [default: HEAD] Commit SHA to where the commit message log is done.
7474
-e, --regular-expression=<value> [default: regex.txt] The text file containing the Apex Tests regular expression to search for.
7575
--output=<value> [default: runTests.txt] The text file to save the delta test classes to.

messages/delta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Given 2 git commits, this plugin will parse all of the commit messages between t
1212

1313
# flags.from.summary
1414

15-
Commit SHA from where the commit message log is done. This SHA's commit message will not be included in the results.
15+
Commit SHA from where the commit message log is done. This SHA's commit message will be included in the results.
1616

1717
# flags.to.summary
1818

0 commit comments

Comments
 (0)