summaryrefslogtreecommitdiff
path: root/inotail.1
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2006-09-20 10:24:36 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2006-09-20 10:24:36 +0200
commit03d6399d98272e657b5f037c8a8281109bb38507 (patch)
tree7de370113c0f4d9358447b14a860b67fd0734ad3 /inotail.1
parent1399781d572b8779ffedd2fe3ed3a35d834fa41d (diff)
Use getopt for command option parsing
Diffstat (limited to 'inotail.1')
-rw-r--r--inotail.112
1 files changed, 6 insertions, 6 deletions
diff --git a/inotail.1 b/inotail.1
index f1516e8..5d4ea48 100644
--- a/inotail.1
+++ b/inotail.1
@@ -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