summaryrefslogtreecommitdiff
path: root/inotail.c
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 /inotail.c
parenta388181df16d237c164ddf79cde6aed58dee6a8e (diff)
inotail.c: Print version information to stdout
Diffstat (limited to 'inotail.c')
-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);