summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);