From 87afa1862aef615950169aaae46668ae90da2923 Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Fri, 28 Oct 2022 20:29:01 +0400 Subject: Colon. --- NesTiler/CmdArgs.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NesTiler/CmdArgs.cs b/NesTiler/CmdArgs.cs index 51c58a9..bc09c28 100644 --- a/NesTiler/CmdArgs.cs +++ b/NesTiler/CmdArgs.cs @@ -136,7 +136,7 @@ public const string S = "l"; public const string L = "lossy"; public string? Params { get; } = ""; - public string Description { get; } = "lossy level 0-3, defines how many color distortion is allowed\nwithout throwing an error (default - 2)"; + public string Description { get; } = "lossy level: 0-3, defines how many color distortion is allowed\nwithout throwing an error (default - 2)"; public bool HasIndex { get; } = false; public string Short { get; } = S; public string Long { get; } = L; -- cgit v1.2.3