diff options
| author | 2015-01-27 23:20:46 +0100 | |
|---|---|---|
| committer | 2015-01-27 23:20:46 +0100 | |
| commit | 1aa329cd106a2877f6f6d1b456faff06fd6dfa9b (patch) | |
| tree | dcbbdc4872d449934d372c5253f08065c780eca7 /tools/idevicecrashreport.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/idevicecrashreport.c')
| -rw-r--r-- | tools/idevicecrashreport.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/idevicecrashreport.c b/tools/idevicecrashreport.c index 8fcfbd0..b6384a9 100644 --- a/tools/idevicecrashreport.c +++ b/tools/idevicecrashreport.c | |||
| @@ -298,6 +298,7 @@ static void print_usage(int argc, char **argv) | |||
| 298 | printf(" -u, --udid UDID\ttarget specific device by its 40-digit device UDID\n"); | 298 | printf(" -u, --udid UDID\ttarget specific device by its 40-digit device UDID\n"); |
| 299 | printf(" -h, --help\t\tprints usage information\n"); | 299 | printf(" -h, --help\t\tprints usage information\n"); |
| 300 | printf("\n"); | 300 | printf("\n"); |
| 301 | printf("Homepage: <http://libimobiledevice.org>\n"); | ||
| 301 | } | 302 | } |
| 302 | 303 | ||
| 303 | int main(int argc, char* argv[]) { | 304 | int main(int argc, char* argv[]) { |
