Skip to content

Commit

Permalink
Update DeleteRecordofFileEx.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
3gstudent authored May 20, 2020
1 parent ac575e8 commit 039e0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeleteRecordofFileEx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ BOOL DeleteRecord(LPWSTR ReadPath, LPWSTR lpEventRecordId)

int main(int argc, char *argv[])
{
if (argc != 2)
if (argc != 3)
{
printf("Use EvtExportLog to delete Eventlog Record.The new file will be saved at the same path.\n\n");
printf("Usage:\n");
Expand Down

0 comments on commit 039e0d5

Please sign in to comment.