diff options
| author | 2015-01-27 23:20:46 +0100 | |
|---|---|---|
| committer | 2015-01-27 23:20:46 +0100 | |
| commit | 1aa329cd106a2877f6f6d1b456faff06fd6dfa9b (patch) | |
| tree | dcbbdc4872d449934d372c5253f08065c780eca7 /tools/ideviceenterrecovery.c | |
| parent | 65354321f4073877084dce55f49b8ef5f8cfe812 (diff) | |
| download | libimobiledevice-1aa329cd106a2877f6f6d1b456faff06fd6dfa9b.tar.gz libimobiledevice-1aa329cd106a2877f6f6d1b456faff06fd6dfa9b.tar.bz2 | |
tools: Add link to project homepage on usage output
Diffstat (limited to 'tools/ideviceenterrecovery.c')
| -rw-r--r-- | tools/ideviceenterrecovery.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ideviceenterrecovery.c b/tools/ideviceenterrecovery.c index 2747923..3048176 100644 --- a/tools/ideviceenterrecovery.c +++ b/tools/ideviceenterrecovery.c | |||
| @@ -37,6 +37,7 @@ static void print_usage(int argc, char **argv) | |||
| 37 | printf(" -d, --debug\t\tenable communication debugging\n"); | 37 | printf(" -d, --debug\t\tenable communication debugging\n"); |
| 38 | printf(" -h, --help\t\tprints usage information\n"); | 38 | printf(" -h, --help\t\tprints usage information\n"); |
| 39 | printf("\n"); | 39 | printf("\n"); |
| 40 | printf("Homepage: <http://libimobiledevice.org>\n"); | ||
| 40 | } | 41 | } |
| 41 | 42 | ||
| 42 | int main(int argc, char *argv[]) | 43 | int main(int argc, char *argv[]) |
