chore(unitproc):timeDuration:Update depends info
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Fri, 10 Jul 2020 03:39:21 +0000 (03:39 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Fri, 10 Jul 2020 03:39:21 +0000 (03:39 +0000)
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'
     #         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
     local argSeconds argPrecision precision returnState remainder
     local fullYears fullMonths fullDays fullHours fullMinutes fullSeconds
     local hasYears hasMonths hasDays hasHours hasMinutes hasSeconds