Skip to content

Commit

Permalink
tools: Add link to project homepage on usage output
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyM committed Jan 29, 2015
1 parent 07dc87f commit 1db436b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/ideviceactivation.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ static void print_usage(int argc, char **argv)
printf(" -v, --version\t\tprint version information and exit\n");
printf(" -h, --help\t\tprints usage information\n");
printf("\n");
printf("Homepage: <http://libimobiledevice.org>\n");
}

int main(int argc, char *argv[])
Expand Down

0 comments on commit 1db436b

Please sign in to comment.