Skip to content

Commit

Permalink
Merge pull request topotam#13 from subat0mik/patch-1
Browse files Browse the repository at this point in the history
Fixed misnumbering in usage prompt.
  • Loading branch information
topotam authored Oct 23, 2021
2 parents f5ef084 + bc4bfaa commit d510563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PetitPotam/PetitPotam.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ int wmain(int argc, wchar_t** argv, wchar_t** envp)
wprintf(L"4: EfsRpcQueryUsersOnFile\n");
wprintf(L"5: EfsRpcQueryRecoveryAgents\n");
wprintf(L"6: EfsRpcRemoveUsersFromFile\n");
wprintf(L"6: EfsRpcAddUsersToFile\n");
wprintf(L"7: EfsRpcAddUsersToFile\n");
}
else
{
Expand Down

0 comments on commit d510563

Please sign in to comment.