]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - term-utils/scriptreplay.c
Make the ways of using output stream consistent in usage()
[thirdparty/util-linux.git] / term-utils / scriptreplay.c
index 38fa4251c8779d81397a1fde65cf1f5f4fcaaaf3..98501a83c9fbe8743742ded25f578c6af439f222 100644 (file)
@@ -68,9 +68,9 @@ usage(void)
        fputs(_(" -m, --maxdelay <num>    wait at most this many seconds between updates\n"), out);
        fputs(_(" -x, --stream <name>     stream type (out, in, signal or info)\n"), out);
        fputs(_(" -c, --cr-mode <type>    CR char mode (auto, never, always)\n"), out);
-       printf(USAGE_HELP_OPTIONS(25));
+       fprintf(out, USAGE_HELP_OPTIONS(25));
 
-       printf(USAGE_MAN_TAIL("scriptreplay(1)"));
+       fprintf(out, USAGE_MAN_TAIL("scriptreplay(1)"));
        exit(EXIT_SUCCESS);
 }