diff options
-rw-r--r-- | examples/example04_post_with_attachment.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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<string_view> args(argv, argv + argc); if (args.size() <= 3) { - cerr << "Usage: " << args[0] << " <instance hostname> <access token> <file>\n"; + cerr << "Usage: " << args[0] + << " <instance hostname> <access token> <file>\n"; return 1; } |