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 bc09c28..f02d355 100644
--- a/NesTiler/CmdArgs.cs
+++ b/NesTiler/CmdArgs.cs
@@ -37,7 +37,7 @@
public const string S = "i";
public const string L = "in";
public string? Params { get; } = "<file>[:offset[:height]]";
- public string Description { get; } = "input file number #, optionally cropped vertically";
+ public string Description { get; } = "input filename number #, optionally cropped vertically";
public bool HasIndex { get; } = true;
public string Short { get; } = S;
public string Long { get; } = L;