aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pdf-overlay-page.cc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pdf-overlay-page.cc')
-rw-r--r--examples/pdf-overlay-page.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/pdf-overlay-page.cc b/examples/pdf-overlay-page.cc
index 75577094..97ee8024 100644
--- a/examples/pdf-overlay-page.cc
+++ b/examples/pdf-overlay-page.cc
@@ -16,8 +16,8 @@ void
usage()
{
std::cerr << "Usage: " << whoami << " infile pagefile outfile" << std::endl
- << "Stamp page 1 of pagefile on every page of infile,"
- << " writing to outfile" << std::endl;
+ << "Stamp page 1 of pagefile on every page of infile, writing to outfile"
+ << std::endl;
exit(2);
}