From 1aa329cd106a2877f6f6d1b456faff06fd6dfa9b Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 27 Jan 2015 23:20:46 +0100 Subject: tools: Add link to project homepage on usage output --- tools/idevicebackup2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/idevicebackup2.c') diff --git a/tools/idevicebackup2.c b/tools/idevicebackup2.c index d223015..abc0efa 100644 --- a/tools/idevicebackup2.c +++ b/tools/idevicebackup2.c @@ -1140,6 +1140,7 @@ static void print_usage(int argc, char **argv) printf(" -i, --interactive\trequest passwords interactively\n"); printf(" -h, --help\t\tprints usage information\n"); printf("\n"); + printf("Homepage: \n"); } int main(int argc, char *argv[]) -- cgit v1.1-32-gdbae