Skip to content

Commit

Permalink
ideviceactivation: Update description of --service argument slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyM committed Oct 16, 2014
1 parent 34cf12e commit 10df253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ideviceactivation.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ static void print_usage(int argc, char **argv)
printf("\nThe following OPTIONS are accepted:\n");
printf(" -d, --debug\t\tenable communication debugging\n");
printf(" -u, --udid UDID\ttarget specific device by its 40-digit device UDID\n");
printf(" -s, --service URL\tuse signing service at URL instead of default\n");
printf(" -s, --service URL\tuse activation webservice at URL instead of default\n");
printf(" -h, --help\t\tprints usage information\n");
printf("\n");
}
Expand Down

0 comments on commit 10df253

Please sign in to comment.