mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 21:03:12 +00:00
corrected grep completions
This commit is contained in:
parent
23f9373d26
commit
167a96fdeb
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue