Skip to content

Commit

Permalink
+HelpText typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FuzzySecurity committed Jul 26, 2019
1 parent 7880100 commit 0c6d8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MaceTrap/Mace.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static void PrintHelp()
ReturnStatusMessage("# List all FileTime elements", ConsoleColor.Green);
Console.WriteLine("MaceTrap.exe -l C:\\Windows\\System32\\kernel32.dll");
ReturnStatusMessage("# TimeStomp all FileTime elements", ConsoleColor.Green);
Console.WriteLine("MaceTrap.exe -s C:\\Some\\Target\\file.folder -t \"2019-02-19 01:01:01,111\"");
Console.WriteLine("MaceTrap.exe -s C:\\Some\\Target\\file.folder -t \"2019-02-19 01:01:01.111\"");
ReturnStatusMessage("# TimeStomp CreationTime & LastWriteTime; here HH:MM:SS,MS are randomized", ConsoleColor.Green);
Console.WriteLine("MaceTrap.exe -s C:\\Some\\Target\\file.folder -t 1999-09-09 -c -w");
ReturnStatusMessage("# TimeStomp a file/folder by duplicating the FileTime information from an existing file/folder", ConsoleColor.Green);
Expand Down

0 comments on commit 0c6d8bb

Please sign in to comment.