We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed0bc2 commit 124cf80Copy full SHA for 124cf80
examples/logfile_download/logfile_download.cpp
@@ -35,7 +35,7 @@ void usage(const std::string& bin_name)
35
36
int main(int argc, char** argv)
37
{
38
- if (argc > 3) {
+ if (argc < 3) {
39
usage(argv[0]);
40
return 1;
41
}
0 commit comments