diff --git a/NDecrypt/Program.cs b/NDecrypt/Program.cs index 7b411f5..2d94433 100644 --- a/NDecrypt/Program.cs +++ b/NDecrypt/Program.cs @@ -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."); } } }