aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qpdfjob-save-attachment.cc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qpdfjob-save-attachment.cc')
-rw-r--r--examples/qpdfjob-save-attachment.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/qpdfjob-save-attachment.cc b/examples/qpdfjob-save-attachment.cc
index 2c08620a..045e38bf 100644
--- a/examples/qpdfjob-save-attachment.cc
+++ b/examples/qpdfjob-save-attachment.cc
@@ -14,8 +14,7 @@ main(int argc, char* argv[])
auto whoami = QUtil::getWhoami(argv[0]);
if (argc != 4) {
- std::cerr << "Usage: " << whoami << " file attachment-key outfile"
- << std::endl;
+ std::cerr << "Usage: " << whoami << " file attachment-key outfile" << std::endl;
exit(2);
}