Skip to content

Commit

Permalink
Update ps4-nms-unpacker/main.c
Browse files Browse the repository at this point in the history
Co-authored-by: Damián Parrino <bucanero@users.noreply.github.com>
  • Loading branch information
hzhreal and bucanero committed Jul 2, 2024
1 parent 87dc9e4 commit cf35bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ps4-nms-unpacker/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ void print_usage(const char* argv0)
{
printf("USAGE: %s [option] filename\n\n", argv0);
printf("OPTIONS Explanation:\n");
printf(" -d Unpack File\n");
printf(" -e Pack File\n\n");
printf(" -u Unpack File\n");
printf(" -p Pack File\n\n");
return;
}

Expand Down

0 comments on commit cf35bb3

Please sign in to comment.