This commit is contained in:
nub31
2025-05-26 20:52:46 +02:00
parent 8f1ad5a346
commit 77a49cb1b2
3 changed files with 2 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ internal static class Program
{
public static int Main(string[] args)
{
if (args.Length != 2)
if (args.Length != 1)
{
Console.Error.WriteLine("Usage: nub <input-dir>");
Console.Error.WriteLine("Example: nub src");