Skip to content

Commit 47d1b6a

Browse files
committed
Updated inline instructions
1 parent 272c604 commit 47d1b6a

18 files changed

+4
-4
lines changed

Program.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ static void Main(string[] args)
1818
if (args.Length == 0)
1919
{
2020
Console.WriteLine("\nInvalid Parameters\n");
21-
Console.WriteLine("Encrypt Useage: encryptString encrypt -s {0}stringValue{0}", Convert.ToChar(34));
22-
Console.WriteLine("Decrypt Useage: encryptString decrypt -s {0}stringValue{0}", Convert.ToChar(34));
21+
Console.WriteLine("Encrypt Useage: encryptString encrypt -s 'String to Encrypt'");
22+
Console.WriteLine("Decrypt Useage: encryptString decrypt -s 'String to Decrypt'");
2323
Console.WriteLine("\n");
2424
return;
2525
}
@@ -51,8 +51,8 @@ static void Main(string[] args)
5151
// if the commands don't make any sense then print out the instructions again
5252
default:
5353
Console.WriteLine("\nInvalid Parameters\n");
54-
Console.WriteLine("Encrypt Useage: encryptString encrypt -s {0}stringValue{0}", Convert.ToChar(34));
55-
Console.WriteLine("Decrypt Useage: encryptString decrypt -s {0}stringValue{0}", Convert.ToChar(34));
54+
Console.WriteLine("Encrypt Useage: encryptString encrypt -s 'String to Encrypt'");
55+
Console.WriteLine("Decrypt Useage: encryptString decrypt -s 'String to Decrypt'");
5656
Console.WriteLine("\n");
5757
break;
5858
}
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

compiled/encryptStringWin64.exe

-1.5 KB
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
-512 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)