aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-08-30 18:07:34 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-08-30 18:07:34 +1200
commit879f9a29d96b155ef1b5795ce31f00c6a00c0965 (patch)
treeef91f77d436ae6a62dacc7ecd3abb33a3c9259f1 /bash
parentRestore background=dark setting to .vimrc (diff)
downloaddotfiles-879f9a29d96b155ef1b5795ce31f00c6a00c0965.tar.gz
dotfiles-879f9a29d96b155ef1b5795ce31f00c6a00c0965.zip
Fix comment
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc.d/grep.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/grep.bash b/bash/bashrc.d/grep.bash
index c426ff2a..5ba77ffd 100644
--- a/bash/bashrc.d/grep.bash
+++ b/bash/bashrc.d/grep.bash
@@ -15,7 +15,7 @@ grepopts() {
grepopts[${#grepopts[@]}]='--exclude=.git{,ignore,modules}'
fi
- # If the --exclude option is available, exclude some VCS dirs
+ # If the --exclude-dir option is available, exclude some VCS dirs
if [[ $grephelp == *--exclude-dir* ]]; then
grepopts[${#grepopts[@]}]='--exclude-dir=.{cvs,git,hg,svn}'
fi