80 char rule.

This commit is contained in:
tastytea 2020-01-11 16:10:15 +01:00
parent f556df296f
commit 5aa5bf4c9c
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}