summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/idevicenotificationproxy.115
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.
12.SH OPTIONS 12.SH OPTIONS
13.TP 13.TP
14.B \-u, \-\-udid UDID 14.B \-u, \-\-udid UDID
15target specific device by UDID. 15Target specific device by UDID.
16.TP
17.B \-i, \-\-insecure
18Connect to insecure notification proxy (for non-paired devices).
16.TP 19.TP
17.B \-n, \-\-network 20.B \-n, \-\-network
18connect to network device. 21Connect to network device.
19.TP 22.TP
20.B \-d, \-\-debug 23.B \-d, \-\-debug
21enable communication debugging. 24Enable communication debugging.
22.TP 25.TP
23.B \-h, \-\-help 26.B \-h, \-\-help
24prints usage information. 27Prints usage information.
25.TP 28.TP
26.B \-v, \-\-version 29.B \-v, \-\-version
27prints version information. 30Prints version information.
28 31
29.SH COMMANDS 32.SH COMMANDS
30.TP 33.TP
@@ -38,6 +41,8 @@ observe notification IDs in the foreground until CTRL+C or signal is received.
38 41
39Martin Szulecki 42Martin Szulecki
40 43
44Nikias Bassen
45
41.SH ON THE WEB 46.SH ON THE WEB
42https://libimobiledevice.org 47https://libimobiledevice.org
43 48