瀏覽代碼

tail: fix wording (#7390)

marchersimon 3 年之前
父節點
當前提交
34bc4af530
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/common/tail.md

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