Skip to content

Commit

Permalink
Print homepage and original project URL's
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTheMann15 authored Oct 7, 2022
1 parent b981d16 commit 8665f2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsschecker/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ void cmd_help(){
printf(" --print-tss-request\tprint the TSS request that will be sent to Apple\n");
printf(" --print-tss-response\tprint the TSS response that comes from Apple\n");
printf(" --raw\t\t\tsend raw file to Apple's TSS server (useful for debugging)\n\n");
printf("Homepage: https://github.com/DanTheMann15/tsschecker\n");
printf("Original Project: https://github.com/tihmstar/tsschecker\n\n");
}

int64_t parseECID(const char *ecid){
Expand Down

0 comments on commit 8665f2b

Please sign in to comment.