diff --git a/Deheader/Headerer.cs b/Deheader/Headerer.cs index 4794f475..540c4c0c 100644 --- a/Deheader/Headerer.cs +++ b/Deheader/Headerer.cs @@ -122,7 +122,7 @@ namespace SabreTools // If a switch that requires a filename is set and no file is, show the help screen if (String.IsNullOrEmpty(input) && (headerer)) { - logger.Error("This feature requires at exactly one input"); + logger.Error("This feature requires at least one input"); Build.Help(); logger.Close(); return;