From: Carl Hetherington Date: Sun, 9 Jan 2022 20:21:54 +0000 (+0100) Subject: Use cout for help. X-Git-Tag: v2.15.183~9 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=27e292a7ceed10dbb6c5e830493ef6528d129200 Use cout for help. --- diff --git a/src/lib/kdm_cli.cc b/src/lib/kdm_cli.cc index d7b81a135..f04c5ae04 100644 --- a/src/lib/kdm_cli.cc +++ b/src/lib/kdm_cli.cc @@ -39,7 +39,6 @@ #include -using std::cerr; using std::cout; using std::dynamic_pointer_cast; using std::list; @@ -59,7 +58,7 @@ using namespace dcpomatic; static void help () { - cerr << "Syntax: " << program_name << " [OPTION] \n" + cout << "Syntax: " << program_name << " [OPTION] \n" " -h, --help show this help\n" " -o, --output output file or directory\n" " -K, --filename-format filename format for KDMs\n"