]> git.sesse.net Git - nageru/commitdiff
Fix a bug in the help output.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 27 Oct 2018 16:59:42 +0000 (18:59 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 27 Oct 2018 16:59:42 +0000 (18:59 +0200)
flags.cpp

index c10f9d7a390c0435fc76f21494de10ae076eeb4d..1a4c08e5bfc25cbfb37324ebb048594751f35f8f 100644 (file)
--- a/flags.cpp
+++ b/flags.cpp
@@ -23,7 +23,7 @@ void usage()
        fprintf(stderr, "\n");
        fprintf(stderr, "      --help                      print usage information\n");
        fprintf(stderr, "      --slow-down-input           slow down input to realtime (default on if no\n");
-       fprintf(stderr, "                                    source URL given)");
+       fprintf(stderr, "                                    source URL given)\n");
        fprintf(stderr, "  -q, --interpolation-quality N   1 = fastest\n");
        fprintf(stderr, "                                  2 = default (realtime 720p on fast embedded GPUs)\n");
        fprintf(stderr, "                                  3 = good (realtime 720p on GTX 970 or so)\n");