Skip to content

Commit 946e5be

Browse files
committed
Update the command line options for the change in temporal-period
1 parent 8f6af08 commit 946e5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/code_maat/cmd_line.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
:default 30 :parse-fn #(Integer/parseInt %)]
3434
["-e" "--expression-to-match MATCH-EXPRESSION" "A regex to match against commit messages. Used with -messages analyses"]
3535
["-t" "--temporal-period TEMPORAL-PERIOD"
36-
"Instructs Code Maat to consider all commits during the same day as a single, logical commit"]
36+
"Used for coupling analyses. Instructs Code Maat to consider all commits during the rolling temporal period as a single, logical commit set"]
3737
["-d" "--age-time-now AGE-TIME_NOW" "Specify a date as YYYY-MM-dd that counts as time zero when doing a code age analysis"]
3838
["-h" "--help"]])
3939

0 commit comments

Comments
 (0)