Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
simple fix ungpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Aug 1, 2012
1 parent 6ce6b39 commit 2825680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ungpkg.c
Expand Up @@ -145,7 +145,7 @@ int main(int argc, char *argv[])

int beta=0;

if (argc != 2 && argc != 3 && argc != 4)
if (argc != 2 && argc != 3)
fail("usage: ungpkg filename.pkg\n"
" This is just for PS Vita Game Packages. not PS Vita System Packages.\n"
" -b | use beta key instead of the retail one");
Expand Down

0 comments on commit 2825680

Please sign in to comment.