summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2007-01-05 19:08:19 +0100
committerTobias Klauser <tklauser@xenon.tklauser.home>2007-01-05 19:08:19 +0100
commit3d11760fe04a8563ff0eb12c79c51660f1d7e87d (patch)
tree25e15fa677a2a235f9ba41f28d2a175fbd51276f
parenta388181df16d237c164ddf79cde6aed58dee6a8e (diff)
inotail.c: Print version information to stdout
-rw-r--r--inotail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/inotail.c b/inotail.c
index 783ac3b..ebf2a40 100644
--- a/inotail.c
+++ b/inotail.c
@@ -424,7 +424,7 @@ int main(int argc, char **argv)
verbose = 1;
break;
case 'V':
- fprintf(stderr, "%s %s\n", PROGRAM_NAME, VERSION);
+ fprintf(stdout, "%s %s\n", PROGRAM_NAME, VERSION);
return 0;
case 'h':
usage(EXIT_SUCCESS);
unning at startup watchdog: mei_wdt: request stop on reboot to prevent false positive event watchdog: hpwdt: changed maintainer information watchdog: jz4740: Fix modular build watchdog: qcom: fix kernel panic due to external abort on non-linefetch watchdog: davinci: add support for deferred probing watchdog: meson: Remove unneeded platform MODULE_ALIAS watchdog: Standardize leading tabs and spaces in Kconfig file watchdog: max77620_wdt: fix module autoload watchdog: bcm7038_wdt: fix module autoload
Diffstat (limited to 'MAINTAINERS')