Commit c4b80a90aad3517c4d256f93369fd7c49b78282c

Authored by Jay Berkenbilt
1 parent 0d48b0e6

Fix typo in usage for fix-qdf

Showing 1 changed file with 3 additions and 3 deletions
qpdf/fix-qdf.cc
... ... @@ -15,9 +15,9 @@ static char const* whoami = nullptr;
15 15 static void
16 16 usage()
17 17 {
18   - std::cerr << "Usage: " << whoami << " [infilename [outfilename]]" << std::endl
19   - << "infilename defaults to standard output" << std::endl
20   - << "outfilename defaults to standard output" << std::endl;
  18 + std::cerr << "Usage: " << whoami << " [infilename [outfilename]]\n"
  19 + << "infilename defaults to standard input\n"
  20 + << "outfilename defaults to standard output\n";
21 21 }
22 22  
23 23 class QdfFixer
... ...