diff options
Diffstat (limited to 'inotail.1')
-rw-r--r-- | inotail.1 | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -26,22 +26,22 @@ will not work on systems running kernels without Inotify. To enable Inotify , please set CONFIG_INOTIFY=y in your kernel configuration and recompile it. .SH OPTIONS .TP -.B \-c \fIN\fR +.B \-c \fIN\fR, \fB\-\-bytes\fR=\fIN\fR output the last N bytes .TP -.B \-f +.B \-f, \fB\-\-follow keep the file(s) open and print appended data as the file grows .TP -.B \-n \fIN\fR +.B \-n \fIN\fR, \fB\-\-lines\fR=\fIN\fR output the last N lines (default: 10) .TP -.B \-v +.B \-v, \fB\-\-verbose print headers with file names .TP -.B \-h +.B \-h, \fB\-\-help show help and exit .TP -.B \-V +.B \-V, \fB\-\-version show inotail version and exit .SH AUTHOR .PP |