diff options
| author | 2015-01-27 23:20:46 +0100 | |
|---|---|---|
| committer | 2015-01-27 23:20:46 +0100 | |
| commit | 1aa329cd106a2877f6f6d1b456faff06fd6dfa9b (patch) | |
| tree | dcbbdc4872d449934d372c5253f08065c780eca7 /tools/idevice_id.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/idevice_id.c')
| -rw-r--r-- | tools/idevice_id.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/idevice_id.c b/tools/idevice_id.c index edd1e84..ebcdf6f 100644 --- a/tools/idevice_id.c +++ b/tools/idevice_id.c | |||
| @@ -42,6 +42,7 @@ static void print_usage(int argc, char **argv) | |||
| 42 | printf(" -d, --debug\t\tenable communication debugging\n"); | 42 | printf(" -d, --debug\t\tenable communication debugging\n"); |
| 43 | printf(" -h, --help\t\tprints usage information\n"); | 43 | printf(" -h, --help\t\tprints usage information\n"); |
| 44 | printf("\n"); | 44 | printf("\n"); |
| 45 | printf("Homepage: <http://libimobiledevice.org>\n"); | ||
| 45 | } | 46 | } |
| 46 | 47 | ||
| 47 | int main(int argc, char **argv) | 48 | int main(int argc, char **argv) |
