chore(unitproc/bktemp-vbm):Minor comment about dependencies
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Fri, 10 Jul 2020 03:02:32 +0000 (03:02 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Fri, 10 Jul 2020 03:02:32 +0000 (03:02 +0000)
unitproc/bktemp-vbm

index 949ce8d1741dd7a3f8b3ebd2bdee6e6755de23b3..7e1687b5c690d8933b563482b221e45bdd766616 100644 (file)
@@ -8,7 +8,7 @@ vbm() {
     # Input: arg1: string
     #        vars: optionVerbose
     # Output: stderr
-    # Depends: echo
+    # Depends: echo 8, date 8
 
     if [ "$optionVerbose" = "true" ]; then
        functionTime=$(date --iso-8601=ns); # Save current time in nano seconds.