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/idevicedebug.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/idevicedebug.c') diff --git a/tools/idevicedebug.c b/tools/idevicedebug.c index 996fa46..6a30ec4 100644 --- a/tools/idevicedebug.c +++ b/tools/idevicedebug.c @@ -188,6 +188,7 @@ static void print_usage(int argc, char **argv) printf(" -d, --debug\t\tenable communication debugging\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