diff options
| author | 2018-10-08 13:43:32 +0200 | |
|---|---|---|
| committer | 2019-06-23 11:14:53 +0200 | |
| commit | 78d116c8b93e460afd28436d38275c03d7dd1f32 (patch) | |
| tree | dbf3edc7bae08042eb4707b38457b3e3a902edfc /tools | |
| parent | bc508e4276d006244a10dc3cfda9526de0a4d070 (diff) | |
| download | libimobiledevice-78d116c8b93e460afd28436d38275c03d7dd1f32.tar.gz libimobiledevice-78d116c8b93e460afd28436d38275c03d7dd1f32.tar.bz2 | |
Fix a typo in ideviceprovision error message
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/ideviceprovision.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ideviceprovision.c b/tools/ideviceprovision.c index f91ce4f..52efdeb 100644 --- a/tools/ideviceprovision.c +++ b/tools/ideviceprovision.c | |||
| @@ -56,7 +56,7 @@ static void print_usage(int argc, char **argv) | |||
| 56 | printf(" \tstores them into the existing directory specified by PATH.\n"); | 56 | printf(" \tstores them into the existing directory specified by PATH.\n"); |
| 57 | printf(" \tThe files will be stored as UUID.mobileprovision\n"); | 57 | printf(" \tThe files will be stored as UUID.mobileprovision\n"); |
| 58 | printf(" copy UUID PATH Retrieves the provisioning profile identified by UUID\n"); | 58 | printf(" copy UUID PATH Retrieves the provisioning profile identified by UUID\n"); |
| 59 | printf(" \tfrom the device and stores it into the exisiting directory\n"); | 59 | printf(" \tfrom the device and stores it into the existing directory\n"); |
| 60 | printf(" \tspecified by PATH. The file will be stored as UUID.mobileprovision.\n"); | 60 | printf(" \tspecified by PATH. The file will be stored as UUID.mobileprovision.\n"); |
| 61 | printf(" remove UUID\tRemoves the provisioning profile identified by UUID.\n"); | 61 | printf(" remove UUID\tRemoves the provisioning profile identified by UUID.\n"); |
| 62 | printf(" remove-all\tRemoves all installed provisioning profiles.\n"); | 62 | printf(" remove-all\tRemoves all installed provisioning profiles.\n"); |
