diff --git a/ArgsParse.cs b/ArgsParse.cs index 0effe54..605f81e 100644 --- a/ArgsParse.cs +++ b/ArgsParse.cs @@ -189,7 +189,7 @@ namespace GodPotato stringBuilder.WriteLine(requiredExample); ; } - if (propertyInfoList.Count > 0) + if (propertyInfoList.Count > 0 && requiredPropertyList.Count != propertyInfoList.Count) { string allParameterExample = ""; allParameterExample = appName + " "; diff --git a/GodPotato.csproj b/GodPotato.csproj index 62f00f9..538f79e 100644 --- a/GodPotato.csproj +++ b/GodPotato.csproj @@ -8,7 +8,7 @@ Exe GodPotato GodPotato - v4.0 + v2.0 512 true diff --git a/app.config b/app.config index fcd0c93..2fa6e95 100644 --- a/app.config +++ b/app.config @@ -1,3 +1,3 @@ - +