mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-17 17:17:40 +08:00
fzf: fix example (#18285)
This commit is contained in:
+2
-2
@@ -24,6 +24,6 @@
|
||||
|
||||
`fzf {{[-q|--query]}} "^core go$ | rb$ | py$"`
|
||||
|
||||
- Start `fzf` on entries that not match `pyc` and match exactly `travis`:
|
||||
- Start `fzf` on entries that do not match `pyc` and contain `travis`:
|
||||
|
||||
`fzf {{[-q|--query]}} "\!pyc 'travis'"`
|
||||
`fzf {{[-q|--query]}} '!pyc travis'`
|
||||
|
||||
Reference in New Issue
Block a user