]> sigrok.org Git - pulseview.git/blobdiff - main.cpp
Print --help/--version output to stdout (not stderr).
[pulseview.git] / main.cpp
index ba8e787069be74066f510c3e1ab28a3459a8401a..e98506fcc0ea19d2d0dc2572252d3ab85748eca4 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -39,7 +39,7 @@ QApplication *g_app = NULL;
 
 void usage()
 {
-       fprintf(stderr,
+       fprintf(stdout,
                "Usage:\n"
                "  %s — %s\n"
                "\n"
@@ -95,7 +95,7 @@ int main(int argc, char *argv[])
                switch (c) {
                case 'V':
                        // Print version info
-                       fprintf(stderr, "%s %s\n", PV_TITLE, PV_VERSION_STRING);
+                       fprintf(stdout, "%s %s\n", PV_TITLE, PV_VERSION_STRING);
                        return 0;
 
                case 'h':