We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f6af08 commit 946e5beCopy full SHA for 946e5be
src/code_maat/cmd_line.clj
@@ -33,7 +33,7 @@
33
:default 30 :parse-fn #(Integer/parseInt %)]
34
["-e" "--expression-to-match MATCH-EXPRESSION" "A regex to match against commit messages. Used with -messages analyses"]
35
["-t" "--temporal-period TEMPORAL-PERIOD"
36
- "Instructs Code Maat to consider all commits during the same day as a single, logical commit"]
+ "Used for coupling analyses. Instructs Code Maat to consider all commits during the rolling temporal period as a single, logical commit set"]
37
["-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"]
38
["-h" "--help"]])
39
0 commit comments