From c4b80a90aad3517c4d256f93369fd7c49b78282c Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 20 Feb 2025 10:38:43 -0500 Subject: [PATCH] Fix typo in usage for fix-qdf --- qpdf/fix-qdf.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qpdf/fix-qdf.cc b/qpdf/fix-qdf.cc index 1770ddd..a05a038 100644 --- a/qpdf/fix-qdf.cc +++ b/qpdf/fix-qdf.cc @@ -15,9 +15,9 @@ static char const* whoami = nullptr; static void usage() { - std::cerr << "Usage: " << whoami << " [infilename [outfilename]]" << std::endl - << "infilename defaults to standard output" << std::endl - << "outfilename defaults to standard output" << std::endl; + std::cerr << "Usage: " << whoami << " [infilename [outfilename]]\n" + << "infilename defaults to standard input\n" + << "outfilename defaults to standard output\n"; } class QdfFixer -- libgit2 0.21.4