We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260e898 commit 90fc91eCopy full SHA for 90fc91e
src/main/main.cpp
@@ -33,7 +33,7 @@ void Usage()
33
34
int main(int argc, char** argv)
35
{
36
- if (argc <= 2)
+ if (argc <= 1)
37
38
Usage();
39
return 0;
0 commit comments