From eb8d45822da098061d3ffa27cc38504a20cd6187 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sat, 23 Dec 2006 15:05:20 +0100 Subject: inotail.c: Print usage to stdout --- inotail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inotail.c') diff --git a/inotail.c b/inotail.c index 5e98ebd..6346ee5 100644 --- a/inotail.c +++ b/inotail.c @@ -60,7 +60,7 @@ static const struct option long_opts[] = { static void usage(const int status) { - fprintf(stderr, "Usage: %s [OPTION]... [FILE]...\n\n" + fprintf(stdout, "Usage: %s [OPTION]... [FILE]...\n\n" " -c N, --bytes=N output the last N bytes\n" " -f, --follow output as the file grows\n" " -n N, --lines=N output the last N lines (default: %d)\n" -- cgit v1.2.3-54-g00ecf