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

NesTiler.git/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'NesTiler/CmdArgs.cs')
-rw-r--r--NesTiler/CmdArgs.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/NesTiler/CmdArgs.cs b/NesTiler/CmdArgs.cs
index 98411f9..7e337c3 100644
--- a/NesTiler/CmdArgs.cs
+++ b/NesTiler/CmdArgs.cs
@@ -125,7 +125,7 @@
public const string S = "s";
public const string L = "share-pattern-table";
public string? Params { get; } = null;
- public string Description { get; } = "vertical offset for attribute table in pixels (default - 0)";
+ public string Description { get; } = "share pattern table between input images";
public bool HasIndex { get; } = false;
public string Short { get; } = S;
public string Long { get; } = L;