From 173b341a5555b5ff03d1bf60b5fd84ff222e0afc Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Wed, 28 Jan 2015 03:01:25 +0100 Subject: Add homepage URL to usage output --- src/ideviceinstaller.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ideviceinstaller.c b/src/ideviceinstaller.c index 07d2829..189af45 100644 --- a/src/ideviceinstaller.c +++ b/src/ideviceinstaller.c @@ -410,6 +410,7 @@ static void print_usage(int argc, char **argv) " -o, --options\t\tPass additional options to the specified command.\n" " -h, --help\t\tprints usage information\n" " -d, --debug\t\tenable communication debugging\n" "\n"); + printf("Homepage: \n"); } static void parse_opts(int argc, char **argv) -- cgit v1.1-32-gdbae