From 99246f0f6626c03d23098e4fcd614291f15ad0a0 Mon Sep 17 00:00:00 2001
From: Steven Baltakatei Sandoval <baltakatei@gmail.com>
Date: Fri, 10 Jul 2020 03:02:32 +0000
Subject: [PATCH] chore(unitproc/bktemp-vbm):Minor comment about dependencies

---
 unitproc/bktemp-vbm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
-- 
2.39.5