1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 19:15:27 +02:00

add a comma

This commit is contained in:
Agniva De Sarker 2017-11-24 11:41:53 +05:30 committed by GitHub
parent 5174bb40f6
commit 29612adca2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,6 @@
`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 rotated:
`tail -F {{file}}`