Adding missing newline in installer.sh usage text

Usage was missing a newline between --colors and --directory.
This commit is contained in:
Leo Gertsenshteyn 2012-10-02 14:52:10 -07:00
parent e856b93d29
commit 4873a03e16

View file

@ -62,7 +62,7 @@ colors () {
usage() { usage() {
printf "Usage: $0 [OPTION]\n" 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 " -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 If 'dir' is a relative path prefix with $HOME.\n"
printf " \t \t \t \t Defaults to $HOME/.emacs.d\n" printf " \t \t \t \t Defaults to $HOME/.emacs.d\n"