diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2009-01-25 18:59:27 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2009-01-25 18:59:27 +0100 |
commit | c954106d4388fd46f3387aae01e26ab0da993f9c (patch) | |
tree | 65c48f11129ccf885e56df182f54d0bd233d982b /changelog | |
parent | 2e4a74cecfb83d368b7b97c290f2b9d357dc9d72 (diff) |
Implement remaining commandline options
inotail is now 100% option compatible to GNU tail (at least to the documented
options)
Some options make no sense for inotail (-s, --max-unchanged-stats), others are
impossible (--pid) and are thus not implemented. They just emit a warning on
stderr.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -5,10 +5,12 @@ inotail 0.6 * Handle file truncation in follow mode * Use sys/inotify.h instead of private copy of the inotify header (patch by Adrian Bunk) - * Support all GNU commandline options (even the ones that make no sense) + * Support all GNU commandline options (suggested by Nicolai Lissner). Some + make no sense for inotail and thus cause no effect besides a warning being + printed. * Various small fixes - -- Tobias Klauser <tklauser@distanz.ch> 2008-09-23 09:46 + -- Tobias Klauser <tklauser@distanz.ch> 2009-01-25 18:33 inotail 0.5 |