diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2006-09-20 10:24:36 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2006-09-20 10:24:36 +0200 |
commit | 03d6399d98272e657b5f037c8a8281109bb38507 (patch) | |
tree | 7de370113c0f4d9358447b14a860b67fd0734ad3 /inotail.1 | |
parent | 1399781d572b8779ffedd2fe3ed3a35d834fa41d (diff) |
Use getopt for command option parsing
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 |