From 9139fb8bd816eb82defcd799403c42afdeb255b8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 25 Dec 2023 21:42:55 +0100 Subject: [PATCH] Fix bad indentation in verify tool help. --- tools/dcpverify.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"; } -- 2.30.2