Merge branch 'master' of github.com:bbatsov/prelude

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
This commit is contained in:
Bozhidar Batsov 2012-10-05 10:31:55 +03:00
commit e62feee6e0

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"