Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHenrik Gramner <gramner@twoorioles.com>2022-05-20 15:51:45 +0300
committerHenrik Gramner <henrik@gramner.com>2022-05-20 15:51:45 +0300
commita8d1a85a1b78308157e3b6c83c886280604d4f31 (patch)
tree670c3706fb522940722245c79b6a51c07154d666 /tests
parent3d9e848cd23d2833e86961f7b282279d985b7df9 (diff)
checkasm: Print --help message to stderr instead of stdout
Diffstat (limited to 'tests')
-rw-r--r--tests/checkasm/checkasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/checkasm/checkasm.c b/tests/checkasm/checkasm.c
index 9496638..61bd4d3 100644
--- a/tests/checkasm/checkasm.c
+++ b/tests/checkasm/checkasm.c
@@ -526,7 +526,7 @@ int main(int argc, char *argv[]) {
while (argc > 1) {
if (!strncmp(argv[1], "--help", 6)) {
- fprintf(stdout,
+ fprintf(stderr,
"checkasm [options] <random seed>\n"
" <random seed> Numeric value to seed the rng\n"
"Options:\n"