diff options
author | 2024-11-15 00:18:05 +0100 | |
---|---|---|
committer | 2024-11-15 00:18:05 +0100 | |
commit | ba829e6f1a62bdad7866572d1e2cff1836ced742 (patch) | |
tree | 5c4b23e376c90a664fe7089998e0a3e3c19a2552 /docs/idevicenotificationproxy.1 | |
parent | 5aebbc0c694d1048712505195c32a17c3091d417 (diff) | |
download | libimobiledevice-ba829e6f1a62bdad7866572d1e2cff1836ced742.tar.gz libimobiledevice-ba829e6f1a62bdad7866572d1e2cff1836ced742.tar.bz2 |
tools: Add --insecure option to idevicenotificationproxy tool
Diffstat (limited to 'docs/idevicenotificationproxy.1')
-rw-r--r-- | docs/idevicenotificationproxy.1 | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/docs/idevicenotificationproxy.1 b/docs/idevicenotificationproxy.1 index 56dd0b0..627ee5d 100644 --- a/docs/idevicenotificationproxy.1 +++ b/docs/idevicenotificationproxy.1 @@ -12,19 +12,22 @@ Post or observe notifications on an iOS device from the command line. .SH OPTIONS .TP .B \-u, \-\-udid UDID -target specific device by UDID. +Target specific device by UDID. +.TP +.B \-i, \-\-insecure +Connect to insecure notification proxy (for non-paired devices). .TP .B \-n, \-\-network -connect to network device. +Connect to network device. .TP .B \-d, \-\-debug -enable communication debugging. +Enable communication debugging. .TP .B \-h, \-\-help -prints usage information. +Prints usage information. .TP .B \-v, \-\-version -prints version information. +Prints version information. .SH COMMANDS .TP @@ -38,6 +41,8 @@ observe notification IDs in the foreground until CTRL+C or signal is received. Martin Szulecki +Nikias Bassen + .SH ON THE WEB https://libimobiledevice.org |