From 34bc4af530d81411a5a9bbe903782abd71fba180 Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Sun, 7 Nov 2021 20:00:19 +0100 Subject: [PATCH] tail: fix wording (#7390) --- 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 30acf61c8..eac3930b7 100644 --- a/pages/common/tail.md +++ b/pages/common/tail.md @@ -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}}`