Skip to content

Commit

Permalink
fix typo (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps authored Dec 18, 2024
1 parent 2517da4 commit 45c2927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kelftool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ int main(int argc, char **argv)
printf("\tdecrypt - decrypt and check signature of kelf files\n");
printf("\tencrypt <headerid> - encrypt and sign kelf files <headerid>: fmcb, fhdb, mbr\n");
printf("\t\tfmcb - for retail PS2 memory cards\n");
printf("\t\tdnasload - for retail PS2 memory cardsfor retail PS2 memory cards (PSX Whitelist)\n");
printf("\t\tdnasload - for retail PS2 memory cards (PSX bypass)\n");
printf("\t\tfhdb - for retail PS2 HDD (HDD OSD / BB Navigator)\n");
printf("\t\tmbr - for retail PS2 HDD (mbr injection).\n");
printf("\t\t Note: for mbr elf should load from 0x100000 and should be without headers:\n");
Expand Down

0 comments on commit 45c2927

Please sign in to comment.