Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

Commit

Permalink
Add PACKAGE_URL to help
Browse files Browse the repository at this point in the history
  • Loading branch information
encounter committed Dec 27, 2017
1 parent 5b78a01 commit 85c5422
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tsschecker/main.c
Expand Up @@ -8,6 +8,10 @@

#define _POSIX_C_SOURCE 200809L

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include <stdio.h>
#include <getopt.h>
#include <string.h>
Expand Down Expand Up @@ -86,6 +90,7 @@ void cmd_help(){
printf(" --print-tss-response\n");
printf(" --raw\t\t\tsend raw file to Apple's tss server (useful for debugging)\n");
printf("\n");
printf("Homepage: <" PACKAGE_URL ">\n");
}

int64_t parseECID(const char *ecid){
Expand Down

0 comments on commit 85c5422

Please sign in to comment.