Skip to content

Commit 2430e21

Browse files
authored
Grammatical fixes in help command
1 parent ada494f commit 2430e21

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

HashifyNETCLI/Program.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ static void PrintUsage()
6969
{
7070
Logger.Log("Usage: HashifyCLI [options]");
7171
Logger.Inform("Options:");
72-
Logger.Inform(" -cl, --command-line The path to a file containing the full command line.");
72+
Logger.Inform(" -cl, --command-line Open and read command line from the given file: cmdline.txt");
7373
Logger.Inform(" -h, --help Show this help message and exit.");
74-
Logger.Inform(" -l, --list Lists available hash algorithms and exit.");
75-
Logger.Inform(" -lp, --list-profiles Lists available config profiles of a specific hash algorithm and exit: blake3 (case-insensitive).");
74+
Logger.Inform(" -l, --list List available hash algorithms and exit.");
75+
Logger.Inform(" -lp, --list-profiles List available config profiles of a specific hash algorithm and exit: blake3 (case-insensitive).");
7676
Logger.Inform(" -i, --input Specify input script: \"'Foo Bar'\"");
77-
Logger.Inform(" -if, --input-finalizer Finalizes the input: StringToArray(Input)");
77+
Logger.Inform(" -if, --input-finalizer Finalize the input: StringToArray(Input)");
7878
Logger.Inform(" -a, --algorithms Specify hashing algorithms: Blake2b, blake3 (case-insensitive).");
7979
Logger.Inform(" -o, --output Specify output script: Print(Algorithm .. ': ' .. Result)");
80-
Logger.Inform(" -of, --output-finalizer Finalizes the output: Join(\", \", Coerce(5):AsByteArray())");
80+
Logger.Inform(" -of, --output-finalizer Finalize the output: Join(\", \", Coerce(5):AsByteArray())");
8181
Logger.Inform(" -cp, --config-profiles Specify the config profiles (one for every algorithm specified by --algorithms) to use: CRC=CRC32 Argon2id=OWASP (case-insensitive).");
8282
Logger.Inform(" -cf, --config-file Specify the config JSON to use: configs.json.");
8383

0 commit comments

Comments
 (0)