Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NesTiler/CmdArgs.cs2
1 files changed, 1 insertions, 1 deletions
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; } = "<level>";
- 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;