Skip to content

Commit

Permalink
Add binary name in help
Browse files Browse the repository at this point in the history
  • Loading branch information
randomCharacter committed Jul 7, 2018
1 parent 0c1d341 commit 5522214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ private static bool ErrorFound(string[] args)
{
if (args.Length != 5 && args.Length != 6)
{
Console.WriteLine("program" + " reflector" + " leftRotor" + " centerRotor" + " rightRotor" + " positions" + " [plugboard]");
Console.WriteLine(System.AppDomain.CurrentDomain.FriendlyName + " reflector" + " leftRotor" + " centerRotor" + " rightRotor" + " positions" + " [plugboard]");
Console.WriteLine("reflector = { B, C }");
Console.WriteLine("leftRotor, centerRotor, rightRotor = { I, II, III, IV, V, VI, VII, VIII }");
Console.WriteLine("positions: start positions for reflector and all the rotors (example 'ABCD'");
Expand Down

0 comments on commit 5522214

Please sign in to comment.