We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ec537 commit b36a3b0Copy full SHA for b36a3b0
utils/hwloc/hwloc-ps.c
@@ -470,7 +470,7 @@ int main(int argc, char *argv[])
470
exit(EXIT_SUCCESS);
471
472
} else if (!strcmp (argv[0], "-h") || !strcmp (argv[0], "--help")) {
473
- usage (callname, stderr);
+ usage (callname, stdout);
474
475
} else {
476
fprintf (stderr, "Unrecognized option: %s\n", argv[0]);
0 commit comments