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:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-28 19:29:01 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-28 19:29:01 +0300
commit87afa1862aef615950169aaae46668ae90da2923 (patch)
tree80adf66d3f4983f3f2f1001189a7f164d37ec902
parent1e19ceb97bc616e7311c5836613ed45576411578 (diff)
Colon.
-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;