diff options
| -rw-r--r-- | docs/idevicediagnostics.1 | 2 | ||||
| -rw-r--r-- | tools/idevicediagnostics.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/idevicediagnostics.1 b/docs/idevicediagnostics.1 index 8a9b947..d652f39 100644 --- a/docs/idevicediagnostics.1 +++ b/docs/idevicediagnostics.1 | |||
| @@ -32,7 +32,7 @@ print diagnostics information from device optionally by TYPE. This includes | |||
| 32 | .TP | 32 | .TP |
| 33 | .B mobilegestalt KEY [...] | 33 | .B mobilegestalt KEY [...] |
| 34 | print values of mobilegestalt keys passed as arguments after the command and | 34 | print values of mobilegestalt keys passed as arguments after the command and |
| 35 | seperated by a space. | 35 | separated by a space. |
| 36 | .TP | 36 | .TP |
| 37 | .B ioreg [PLANE] | 37 | .B ioreg [PLANE] |
| 38 | print IORegistry of device, optionally by PLANE like "IODeviceTree", "IOPower" | 38 | print IORegistry of device, optionally by PLANE like "IODeviceTree", "IOPower" |
diff --git a/tools/idevicediagnostics.c b/tools/idevicediagnostics.c index 8c32854..08e7c5e 100644 --- a/tools/idevicediagnostics.c +++ b/tools/idevicediagnostics.c | |||
| @@ -310,7 +310,7 @@ void print_usage(int argc, char **argv) | |||
| 310 | printf("Use diagnostics interface of a device running iOS 4 or later.\n\n"); | 310 | printf("Use diagnostics interface of a device running iOS 4 or later.\n\n"); |
| 311 | printf(" Where COMMAND is one of:\n"); | 311 | printf(" Where COMMAND is one of:\n"); |
| 312 | printf(" diagnostics [TYPE]\t\tprint diagnostics information from device by TYPE (All, WiFi, GasGauge, NAND)\n"); | 312 | printf(" diagnostics [TYPE]\t\tprint diagnostics information from device by TYPE (All, WiFi, GasGauge, NAND)\n"); |
| 313 | printf(" mobilegestalt KEY [...]\tprint mobilegestalt keys passed as arguments seperated by a space.\n"); | 313 | printf(" mobilegestalt KEY [...]\tprint mobilegestalt keys passed as arguments separated by a space.\n"); |
| 314 | printf(" ioreg [PLANE]\t\t\tprint IORegistry of device, optionally by PLANE (IODeviceTree, IOPower, IOService) (iOS 5+ only)\n"); | 314 | printf(" ioreg [PLANE]\t\t\tprint IORegistry of device, optionally by PLANE (IODeviceTree, IOPower, IOService) (iOS 5+ only)\n"); |
| 315 | printf(" ioregentry [KEY]\t\tprint IORegistry entry of device (AppleARMPMUCharger, ASPStorage, ...) (iOS 5+ only)\n"); | 315 | printf(" ioregentry [KEY]\t\tprint IORegistry entry of device (AppleARMPMUCharger, ASPStorage, ...) (iOS 5+ only)\n"); |
| 316 | printf(" shutdown\t\t\tshutdown device\n"); | 316 | printf(" shutdown\t\t\tshutdown device\n"); |
