diff options
-rw-r--r-- | lib/output.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/output.sh b/lib/output.sh index dfe4149..f4fed80 100644 --- a/lib/output.sh +++ b/lib/output.sh @@ -27,7 +27,7 @@ ## @return Returns 0. ## @stderr Prints the formatted message, preceded by the program name and ## "Error:". -## @pure no This function causes the current shell to exit. +## @pure yes This function has no side effects. ob_error() { local format="${1}" |