Skip to content

Commit a376bfb

Browse files
authored
tail: harmonize description placeholders with code (#18220)
1 parent 86fce55 commit a376bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/common/tail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424

2525
`tail {{[-F|--retry --follow]}} {{path/to/file}}`
2626

27-
- Show last 'num' lines in 'file' and refresh every 'n' seconds:
27+
- Show last 'count' lines in 'file' and refresh every 'seconds' seconds:
2828

2929
`tail {{[-n|--lines]}} {{count}} {{[-s|--sleep-interval]}} {{seconds}} {{[-f|--follow]}} {{path/to/file}}`

0 commit comments

Comments
 (0)