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