X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/blobdiff_plain/13a63467e7a2644331152121655539b3ea7d6665..ffcae1aaf93ca3d14f396ef796893cde4fc9c210:/unitproc/bktemp-vbm?ds=inline

diff --git a/unitproc/bktemp-vbm b/unitproc/bktemp-vbm
index 949ce8d..7e1687b 100644
--- a/unitproc/bktemp-vbm
+++ b/unitproc/bktemp-vbm
@@ -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.