summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-updater')
-rwxr-xr-xemacs-updater2
1 files changed, 1 insertions, 1 deletions
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}"