Skip to content

Commit

Permalink
3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLMcGuire committed Oct 2, 2023
1 parent 0c53fb3 commit 780e972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ static void Main(string[] args)
Console.WriteLine("More Credits Available using -c switch.");
Console.WriteLine();
Console.WriteLine("This software is under GNU GP v3 License.");
Console.WriteLine("More info will be here in 4.0 Update.")
Console.WriteLine("More info will be here in 4.0 Update.");
break;
// Help Details
case "--help":
Expand Down Expand Up @@ -189,4 +189,4 @@ static void Main(string[] args)
Console.WriteLine("Please specify a valid argument. Use -h for more information.");
}
}
}
}

0 comments on commit 780e972

Please sign in to comment.