diff --git a/examples/example04_post_with_attachment.cpp b/examples/example04_post_with_attachment.cpp index 46c493c..f40170f 100644 --- a/examples/example04_post_with_attachment.cpp +++ b/examples/example04_post_with_attachment.cpp @@ -36,7 +36,8 @@ int main(int argc, char *argv[]) const vector args(argv, argv + argc); if (args.size() <= 3) { - cerr << "Usage: " << args[0] << " \n"; + cerr << "Usage: " << args[0] + << " \n"; return 1; }