mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
inotifywait: fix typo (#6298)
This commit is contained in:
parent
1d468104b4
commit
167da9b432
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
- Exclude files matching a regular expression:
|
||||
|
||||
`while inotifywait --recursive {{path/to/directory}} --exlude '{{regular_expression}}'; do {{command}}; done`
|
||||
`while inotifywait --recursive {{path/to/directory}} --exclude '{{regular_expression}}'; do {{command}}; done`
|
||||
|
||||
- Wait at most 30 seconds:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue