From e278f32a0a1e7f63db70ad49627699fa5feedb77 Mon Sep 17 00:00:00 2001
From: Bozhidar Batsov <bozhidar@batsov.com>
Date: Tue, 15 Sep 2020 22:02:16 +0300
Subject: [PATCH] Tweak a couple of messages

---
 utils/installer.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/utils/installer.sh b/utils/installer.sh
index ec6df75..1717427 100755
--- a/utils/installer.sh
+++ b/utils/installer.sh
@@ -73,7 +73,7 @@ usage() {
     printf "  -d, --directory [dir] \t Install Prelude into the specified directory.\n"
     printf "  \t \t \t \t If 'dir' is a relative path prefix with $HOME.\n"
     printf "  \t \t \t \t Defaults to $HOME/.emacs.d\n"
-    printf "  -s, --source [url] \t \t Clone prelude from 'url'.\n"
+    printf "  -s, --source [url] \t \t Clone Prelude from 'url'.\n"
     printf "  \t \t \t \t Defaults to 'https://github.com/bbatsov/prelude.git'.\n"
     printf "  -n, --no-bytecompile \t \t Skip the bytecompilation step of Prelude.\n"
     printf "  -i, --into \t \t \t Install Prelude into a subdirectory in the existing configuration\n"
@@ -208,7 +208,7 @@ then
     # File exist but not a regular file or directory
     # WTF NOW?
     printf "$BRED $PRELUDE_INSTALL_DIR exist but isn't a file or directory.\n"
-    printf "$BRED please remove this file or install prelude in a different directory"
+    printf "$BRED please remove this file or install Prelude in a different directory"
     printf "$BRED (-d flag)\n$RESET"
     exit 1
 else