aboutsummaryrefslogtreecommitdiff
path: root/bin/hms.awk
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hms.awk')
-rw-r--r--bin/hms.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/hms.awk b/bin/hms.awk
index 3a9a1499..3054db44 100644
--- a/bin/hms.awk
+++ b/bin/hms.awk
@@ -1,3 +1,4 @@
+# Convert seconds to colon-delimited durations
BEGIN {
OFS = ":"
}