Skip to content

Commit

Permalink
Add -f to completions
Browse files Browse the repository at this point in the history
  • Loading branch information
okdana authored and BurntSushi committed Jul 6, 2017
1 parent db044a0 commit 170c078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion complete/_rg
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ less_common_options=(
'--context-separator=[specify string used to separate non-continuous context lines in output]:separator string'
'--debug[show debug messages]'
'--dfa-size-limit=[specify upper size limit of generated DFA]:DFA size'
"--file=[specify file containing patterns to search for]:file:_files"
'*'{-f,--file=}'[specify file containing patterns to search for]:file:_files'
"--ignore-file=[specify additional ignore file]:file:_files"
"--files[show each file that would be searched (but don't search)]"
'(-l --files-with-matches --files-without-match)'{-l,--files-with-matches}'[only show names of files with matches]'
Expand Down

0 comments on commit 170c078

Please sign in to comment.