diff --git a/src/Ookii.CommandLine/Ookii.CommandLine.csproj b/src/Ookii.CommandLine/Ookii.CommandLine.csproj
index 50152ce..2f152df 100644
--- a/src/Ookii.CommandLine/Ookii.CommandLine.csproj
+++ b/src/Ookii.CommandLine/Ookii.CommandLine.csproj
@@ -17,12 +17,14 @@
false
en-US
Ookii.CommandLine
- Ookii.CommandLine is a powerful command line parsing library for .Net applications.
+ Ookii.CommandLine is a powerful, flexible and highly customizable command line argument parsing
+library for .Net applications.
- Easily define arguments by creating a class with properties.
- Create applications with multiple subcommands.
- Generate fully customizable usage help.
-- Supports PowerShell-like and POSIX-like parsing rules.
+- Supports PowerShell-like and POSIX-like parsing rules.
+- Trim-friendly
command line arguments parsing parser parse argument args console
This version contains breaking changes compared to version 2.x. For details, please view: https://www.ookii.org/Link/CommandLineVersionHistory
true