From 4873a03e1651f81a6ca0889a740246bdc8d40ee7 Mon Sep 17 00:00:00 2001 From: Leo Gertsenshteyn Date: Tue, 2 Oct 2012 14:52:10 -0700 Subject: [PATCH] Adding missing newline in installer.sh usage text Usage was missing a newline between --colors and --directory. --- utils/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/installer.sh b/utils/installer.sh index d5f61da..2dd1266 100755 --- a/utils/installer.sh +++ b/utils/installer.sh @@ -62,7 +62,7 @@ colors () { usage() { printf "Usage: $0 [OPTION]\n" - printf " -c, --colors \t \t \t Enable colors." + printf " -c, --colors \t \t \t Enable colors.\n" 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"