From 192e09a9f0a887fa3f94dd1bc1488fad78a4d363 Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Fri, 28 Oct 2022 21:22:18 +0400 Subject: file -> filename --- NesTiler/CmdArgs.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } = "[: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; -- cgit v1.2.3