diff options
Diffstat (limited to 'docs/idevicenotificationproxy.1')
-rw-r--r-- | docs/idevicenotificationproxy.1 | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/docs/idevicenotificationproxy.1 b/docs/idevicenotificationproxy.1 new file mode 100644 index 0000000..56dd0b0 --- /dev/null +++ b/docs/idevicenotificationproxy.1 | |||
@@ -0,0 +1,44 @@ | |||
1 | .TH "idevicenotificationproxy" 1 | ||
2 | .SH NAME | ||
3 | idevicenotificationproxy \- Post or observe notifications on a device. | ||
4 | .SH SYNOPSIS | ||
5 | .B idevicenotificationproxy | ||
6 | [OPTIONS] COMMAND | ||
7 | |||
8 | .SH DESCRIPTION | ||
9 | |||
10 | Post or observe notifications on an iOS device from the command line. | ||
11 | |||
12 | .SH OPTIONS | ||
13 | .TP | ||
14 | .B \-u, \-\-udid UDID | ||
15 | target specific device by UDID. | ||
16 | .TP | ||
17 | .B \-n, \-\-network | ||
18 | connect to network device. | ||
19 | .TP | ||
20 | .B \-d, \-\-debug | ||
21 | enable communication debugging. | ||
22 | .TP | ||
23 | .B \-h, \-\-help | ||
24 | prints usage information. | ||
25 | .TP | ||
26 | .B \-v, \-\-version | ||
27 | prints version information. | ||
28 | |||
29 | .SH COMMANDS | ||
30 | .TP | ||
31 | .B post ID [ID...] | ||
32 | post notification IDs to device and exit. | ||
33 | .TP | ||
34 | .B observe ID [ID...] | ||
35 | observe notification IDs in the foreground until CTRL+C or signal is received. | ||
36 | |||
37 | .SH AUTHORS | ||
38 | |||
39 | Martin Szulecki | ||
40 | |||
41 | .SH ON THE WEB | ||
42 | https://libimobiledevice.org | ||
43 | |||
44 | https://github.com/libimobiledevice/libimobiledevice | ||