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

index c7a82b5e3a46cec314a3246f2ddd72300755d5b8..949ce8d1741dd7a3f8b3ebd2bdee6e6755de23b3 100644 (file)
@@ -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+