Skip to content

Commit

Permalink
Updated argument count for showing help message
Browse files Browse the repository at this point in the history
  • Loading branch information
Killeroo committed Oct 15, 2023
1 parent c6b978f commit 58e8ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LilSyncy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ int LilSyncy::Run(int argc, wchar_t* argv[])

void LilSyncy::ParseArguments(int argc, wchar_t* argv[])
{
if (argc == 0)
if (argc == 1)
{
printf("LilSyncy (v%.1f) \n%s", VERSION, USAGE_TEXT);
std::exit(0);
Expand Down

0 comments on commit 58e8ab0

Please sign in to comment.