Skip to content

Commit 621aee0

Browse files
authored
Batch fixes
1 parent dd407ec commit 621aee0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

HashifyNETCLI/Program.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ static bool IsValidString(string str)
8181

8282
static void PrintUsage()
8383
{
84-
Logger.Log("Usage: HashifyNETConsole [options]");
84+
Logger.Log("Usage: HashifyCLI [options]");
8585
Logger.Inform("Options:");
8686
Logger.Inform(" -cl, --command-line The path to a file containing the full command line.");
8787
Logger.Inform(" -h, --help Show this help message and exit.");
@@ -713,7 +713,7 @@ static void OutputScript(string script, object result, string algorithm)
713713
"using static System.IO.Directory;",
714714
"using static System.IO.File;",
715715
"using static System.String;",
716-
"using static HashifyNETConsole.ScriptHelpers;",
716+
"using static HashifyNETCLI.ScriptHelpers;",
717717
];
718718

719719
foreach (string @static in statics)
@@ -754,7 +754,7 @@ public static int Main(string[] args)
754754
informationalVersion = "N/A";
755755
}
756756

757-
Logger.Log("HashifyNET Console Application v{0}", informationalVersion);
757+
Logger.Log("HashifyNET Command Line Interface v{0}", informationalVersion);
758758
Logger.Log("Copyright (c) 2025, Deskasoft International. All rights reserved.");
759759
Logger.Log();
760760

0 commit comments

Comments
 (0)