Merge pull request #211 from leoger/patch-1

Adding missing newline in installer.sh usage text
This commit is contained in:
Bozhidar Batsov 2012-10-02 22:29:27 -07:00
commit 38b96798c7

View file

@ -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"