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
# End function
return 0; # Function finished.
-} # Verbose message display function.
+} # Displays message if optionVerbose true
# Author: Steven Baltakatei Sandoval
# License: GPLv3+