From 29612adca2f2f57d6a2fcf372fd2c322b55f8a15 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Fri, 24 Nov 2017 11:41:53 +0530 Subject: [PATCH] add a comma --- pages/common/tail.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/tail.md b/pages/common/tail.md index ea72b979ad..1c6f82aee9 100644 --- a/pages/common/tail.md +++ b/pages/common/tail.md @@ -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}}`