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 20:22:18 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-28 20:22:18 +0300
commit192e09a9f0a887fa3f94dd1bc1488fad78a4d363 (patch)
tree3af82fe4f93b306b20f6272ffc3e18e8956f73b8
parent87afa1862aef615950169aaae46668ae90da2923 (diff)
file -> filename
-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;