1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 15:13:52 +02:00

tail: fix wording (#7390)

This commit is contained in:
marchersimon 2021-11-07 20:00:19 +01:00 committed by GitHub
parent 6dd3ca7cd8
commit 34bc4af530
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@
`tail -f {{file}}`
- Keep reading file until `Ctrl + C`, even if the file is rotated:
- Keep reading file until `Ctrl + C`, even if the file is inaccessible:
`tail -F {{file}}`