From 13a63467e7a2644331152121655539b3ea7d6665 Mon Sep 17 00:00:00 2001 From: Steven Baltakatei Sandoval Date: Fri, 10 Jul 2020 03:01:19 +0000 Subject: [PATCH] chore(unitproc/bktemp-vbm):Minor comment change --- unitproc/bktemp-vbm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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+ -- 2.30.2