Merge branch 'feature/freqWrite/BK-2020-03' into develop
[BK-2020-03.git] / unitproc / bktemp-timeDuration
index 0b20c8808b53357920ea43148385def652f3ad33..57ea1f514b98c0ec18715792e193ff548b61fe53 100644 (file)
@@ -18,7 +18,7 @@ timeDuration(){
     #         exit code 1: error_input
     #         exit code 2: error_unknown
     # Example: 'timeDuration 111111 3' yields 'P1DT6H51M'
-    # Depends: date 8 (gnucoreutils), yell,
+    # Depends: date 8, bash 5, yell,
     local argSeconds argPrecision precision returnState remainder
     local fullYears fullMonths fullDays fullHours fullMinutes fullSeconds
     local hasYears hasMonths hasDays hasHours hasMinutes hasSeconds