Skip to content

Commit efe3c70

Browse files
authored
chore: Apply suggestions from code review
1 parent d4c7486 commit efe3c70

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

resources/stats/stats.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@ cd "$THIS_SCRIPT_PATH"
1515

1616
platforms=(android/ ios/ linux/ mac/ web/ windows/ developer/ core/ common/models/)
1717

18-
builder_describe "Stats collector for Keyman PRs and issues" \
18+
builder_describe "Stats collector for Keyman PRs and issues
19+
20+
* You must specify either --start-date (-d) or --start-sprint (-s).
21+
" \
1922
stats+ \
2023
"--start-date,-d=startDate Start date for collecting data, yyyy-mm-dd" \
2124
"--start-sprint,-s=startSprint Or, first sprint to start collecting data for" \
22-
"--stable,-S=stableBranch Branch name for previous stable release"
25+
"--stable,-S=stableBranch Branch name for previous stable release (required)"
2326

2427
builder_parse "$@"
2528

0 commit comments

Comments
 (0)