summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-12-25 21:42:55 +0100
committerCarl Hetherington <cth@carlh.net>2023-12-25 21:42:55 +0100
commit9139fb8bd816eb82defcd799403c42afdeb255b8 (patch)
tree2f9eb4802cf09be9ebf6b09d39cdd71d18f70697 /tools
parent7f34b86921634110bf553da0cab184af408e0e6e (diff)
Fix bad indentation in verify tool help.
Diffstat (limited to 'tools')
-rw-r--r--tools/dcpverify.cc10
1 files 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] <DCP>\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 <size-in-MB> only check hashes for assets smaller than this size (in MB)\n"
<< " -q, --quiet don't report progress\n";
}