commit | 173b341a5555b5ff03d1bf60b5fd84ff222e0afc | [log] [tgz] |
---|---|---|
author | Martin Szulecki <m.szulecki@libimobiledevice.org> | Wed Jan 28 03:01:25 2015 +0100 |
committer | Martin Szulecki <m.szulecki@libimobiledevice.org> | Wed Jan 28 03:01:25 2015 +0100 |
tree | 24aaa0ea8f3f8877945b8ef43b60bebb6f193cee | |
parent | efd5f4c582d632f7da65f0cfbb32ffbb777d7aba [diff] |
Add homepage URL to usage output
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 @@ " -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: <http://libimobiledevice.org>\n"); } static void parse_opts(int argc, char **argv)