commit: ac3052c13e3618eac170d036c5d39bf4db406028
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 5 14:07:43 2024 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 5 14:07:43 2024 +0000
URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=ac3052c1
Update a comment
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
emacs-updater | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/emacs-updater b/emacs-updater
index 2936b64..1926218 100755
--- a/emacs-updater
+++ b/emacs-updater
@@ -205,7 +205,7 @@ else
BOLD=; NORMAL=; RED=; GREEN=; YELLOW=; BLUE=; MAGENTA=; CYAN=
fi
-# Some type of output can be prettified and capsulated in functions
+# Some functions for output
message() {
local OUTPUT="$@"
echo "${GREEN}*${NORMAL}${BOLD} ${OUTPUT}${NORMAL}"