tail: harmonize description placeholders with code (#18220)

This commit is contained in:
Ivan
2025-09-29 22:59:23 +07:00
committed by GitHub
parent 86fce5547e
commit a376bfbf6a
+1 -1
View File
@@ -24,6 +24,6 @@
`tail {{[-F|--retry --follow]}} {{path/to/file}}`
- Show last 'num' lines in 'file' and refresh every 'n' seconds:
- Show last 'count' lines in 'file' and refresh every 'seconds' seconds:
`tail {{[-n|--lines]}} {{count}} {{[-s|--sleep-interval]}} {{seconds}} {{[-f|--follow]}} {{path/to/file}}`