Pārlūkot izejas kodu

tail: fix wording (#7390)

marchersimon 3 gadi atpakaļ
vecāks
revīzija
34bc4af530
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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}}`