Fix the error statement too

This commit is contained in:
Matt Nadareski
2025-09-17 22:44:54 -04:00
committed by GitHub
parent 1fa9345f06
commit 6c2edd225d

View File

@@ -46,7 +46,7 @@ namespace NDecrypt
}
else
{
Console.WriteLine($"{args[i]} is not a file or folder. Please check your spelling and formatting and try again.");
Console.WriteLine($"{options.InputPaths[i]} is not a file or folder. Please check your spelling and formatting and try again.");
}
}
}