From 5f34965fb7a6b7b2fd4706a2f51a37bf877244b5 Mon Sep 17 00:00:00 2001 From: moh-hassan Date: Sat, 7 Dec 2019 18:12:08 +0200 Subject: [PATCH] Fix PackageIconUrl warning --- src/CommandLine/CommandLine.csproj | 3 ++- src/CommandLine/Text/HelpText.cs | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CommandLine/CommandLine.csproj b/src/CommandLine/CommandLine.csproj index 084921f8..78b3ddfe 100644 --- a/src/CommandLine/CommandLine.csproj +++ b/src/CommandLine/CommandLine.csproj @@ -20,8 +20,8 @@ Terse syntax C# command line parser for .NET with F# support. The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks. Copyright (c) 2005 - 2018 Giacomo Stelluti Scala & Contributors License.md + CommandLine20.png https://github.com/commandlineparser/commandline - https://raw.githubusercontent.com/commandlineparser/commandline/master/art/CommandLine20.png command line;commandline;argument;option;parser;parsing;library;syntax;shell true 7.3 @@ -46,5 +46,6 @@ + \ No newline at end of file diff --git a/src/CommandLine/Text/HelpText.cs b/src/CommandLine/Text/HelpText.cs index b23bb804..ae3b0e28 100644 --- a/src/CommandLine/Text/HelpText.cs +++ b/src/CommandLine/Text/HelpText.cs @@ -304,7 +304,6 @@ public SentenceBuilder SentenceBuilder /// A delegate used to customize model used to render text block of usage examples. /// If true the output style is consistent with verb commands (no dashes), otherwise it outputs options. /// The maximum width of the display. - /// a comparison lambda to order options in help text /// The parameter is not ontly a metter of formatting, it controls whether to handle verbs or options. public static HelpText AutoBuild( ParserResult parserResult,