From: Carl Hetherington Date: Mon, 25 Dec 2023 20:42:55 +0000 (+0100) Subject: Fix bad indentation in verify tool help. X-Git-Tag: v1.8.91~4 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=9139fb8bd816eb82defcd799403c42afdeb255b8;p=libdcp.git Fix bad indentation in verify tool help. --- diff --git a/tools/dcpverify.cc b/tools/dcpverify.cc index 3619f1fe..6e8e5f0d 100644 --- a/tools/dcpverify.cc +++ b/tools/dcpverify.cc @@ -62,11 +62,11 @@ static void help (string n) { cerr << "Syntax: " << n << " [OPTION] \n" - << " -V, --version show libdcp version\n" - << " -h, --help show this help\n" - << " --ignore-missing-assets don't give errors about missing assets\n" - << " --ignore-bv21-smpte don't give the SMPTE Bv2.1 error about a DCP not being SMPTE\n" - << " --no-asset-hash-check don't check asset hashes\n" + << " -V, --version show libdcp version\n" + << " -h, --help show this help\n" + << " --ignore-missing-assets don't give errors about missing assets\n" + << " --ignore-bv21-smpte don't give the SMPTE Bv2.1 error about a DCP not being SMPTE\n" + << " --no-asset-hash-check don't check asset hashes\n" << " --asset-hash-check-maximum-size only check hashes for assets smaller than this size (in MB)\n" << " -q, --quiet don't report progress\n"; }