Skip to content

Commit 0718eaf

Browse files
committed
Mention units in description
1 parent 1b201aa commit 0718eaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/git/scripts/commit_interval_mean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Computes the mean commit interval.
3+
# Computes the mean commit interval (in seconds).
44
#
55
# References:
66
#

tools/git/scripts/commit_interval_median

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Computes the median commit interval.
3+
# Computes the median commit interval (in seconds).
44
#
55
# References:
66
#

0 commit comments

Comments
 (0)