diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2006-12-14 13:18:46 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2006-12-14 13:18:46 +0100 |
commit | ca8ce36b74c88d8aa1e4b73239b5a4c53adfa161 (patch) | |
tree | 82131842e1b2d265737d70fa9a67bb93abbd9db0 /inotail.1 | |
parent | 8504caa7284ddf98de53fea4cccdb8ce57627ae4 (diff) |
inotail.1: Correct double 'with'
Diffstat (limited to 'inotail.1')
-rw-r--r-- | inotail.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ keep the file(s) open and print appended data as the file grows .TP .B \-n \fIN\fR, \fB\-\-lines\fR=\fIN\fR output the last N lines (default: 10) If the first character of N is a '+', -begin printing with with the Nth line from the start of each file. +begin printing with the Nth line from the start of each file. .TP .B \-v, \fB\-\-verbose print headers with file names |