diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2006-12-23 15:05:20 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2006-12-23 15:05:20 +0100 |
commit | eb8d45822da098061d3ffa27cc38504a20cd6187 (patch) | |
tree | f56626da47c6437759be417b3b7cb22c46a9857e /inotail.c | |
parent | 98a70bca236328e23db2b13b531ab9202c93b2ca (diff) |
inotail.c: Print usage to stdout
Diffstat (limited to 'inotail.c')
-rw-r--r-- | inotail.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |