소스 검색

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