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

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}}`