From: Steven Baltakatei Sandoval <baltakatei@gmail.com>
Date: Fri, 10 Jul 2020 03:01:19 +0000 (+0000)
Subject: chore(unitproc/bktemp-vbm):Minor comment change
X-Git-Tag: 0.3.0~37
X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/commitdiff_plain/13a63467e7a2644331152121655539b3ea7d6665?ds=inline;hp=--cc

chore(unitproc/bktemp-vbm):Minor comment change
---

13a63467e7a2644331152121655539b3ea7d6665
diff --git a/unitproc/bktemp-vbm b/unitproc/bktemp-vbm
index c7a82b5..949ce8d 100644
--- a/unitproc/bktemp-vbm
+++ b/unitproc/bktemp-vbm
@@ -4,7 +4,7 @@
 vbm() {
     # Description: Prints verbose message ("vbm") to stderr if optionVerbose is set to "true".
     # Usage: vbm "DEBUG:verbose message here"
-    # Version 0.1.0
+    # Version 0.1.1
     # Input: arg1: string
     #        vars: optionVerbose
     # Output: stderr
@@ -17,7 +17,7 @@ vbm() {
 
     # End function
     return 0; # Function finished.
-} # Verbose message display function.
+} # Displays message if optionVerbose true
 
 # Author: Steven Baltakatei Sandoval
 # License: GPLv3+