corrected grep completions

This commit is contained in:
exploide 2020-08-24 19:35:48 +02:00 committed by Fabian Homborg
parent 23f9373d26
commit 167a96fdeb

View File

@ -21,8 +21,8 @@ complete -c grep -s h -l no-filename -d "Suppress printing filename"
complete -c grep -l help -d "Display help and exit"
complete -c grep -s I -d "Skip binary files"
complete -c grep -s i -l ignore-case -d "Ignore case"
complete -c grep -s L -l files-without-match -d "Print first non-matching file"
complete -c grep -s l -l files-with-match -d "Print first matching file"
complete -c grep -s L -l files-without-match -d "Print name of files without matches"
complete -c grep -s l -l files-with-matches -d "Print name of files with matches"
complete -c grep -s m -l max-count -d "Stop reading after NUM matches"
complete -c grep -l mmap -d "Use the mmap system call to read input"
complete -c grep -s n -l line-number -d "Print line number"