diff options
| author | 2014-03-21 22:01:10 +0100 | |
|---|---|---|
| committer | 2014-03-21 22:01:10 +0100 | |
| commit | 6b1482af7f3a795c4221f979acb8d694b6a4a680 (patch) | |
| tree | fc29ceb6981959c3735e9e1f319a327ac825400c /docs | |
| parent | e621f084bcae8a6d3ab6431c9cfb144bd6218992 (diff) | |
| download | libimobiledevice-6b1482af7f3a795c4221f979acb8d694b6a4a680.tar.gz libimobiledevice-6b1482af7f3a795c4221f979acb8d694b6a4a680.tar.bz2 | |
idevicepair: Synchronize usage between tool output and man page
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/idevicepair.1 | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/docs/idevicepair.1 b/docs/idevicepair.1 index bf2c56d..836d524 100644 --- a/docs/idevicepair.1 +++ b/docs/idevicepair.1 | |||
| @@ -1,13 +1,13 @@ | |||
| 1 | .TH "idevicepair" 1 | 1 | .TH "idevicepair" 1 |
| 2 | .SH NAME | 2 | .SH NAME |
| 3 | idevicepair \- Manage pairings with devices and this host. | 3 | idevicepair \- Manage host pairings with devices and usbmuxd. |
| 4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
| 5 | .B idevicepair | 5 | .B idevicepair |
| 6 | [OPTIONS] COMMAND | 6 | [OPTIONS] COMMAND |
| 7 | 7 | ||
| 8 | .SH DESCRIPTION | 8 | .SH DESCRIPTION |
| 9 | 9 | ||
| 10 | Manage pairings with devices and this host. | 10 | Manage host pairings with devices and usbmuxd. |
| 11 | 11 | ||
| 12 | .SH OPTIONS | 12 | .SH OPTIONS |
| 13 | .TP | 13 | .TP |
| @@ -22,22 +22,27 @@ prints usage information. | |||
| 22 | 22 | ||
| 23 | .SH COMMANDS | 23 | .SH COMMANDS |
| 24 | .TP | 24 | .TP |
| 25 | .B systembuid | ||
| 26 | print the system buid of the usbmuxd host. | ||
| 27 | .TP | ||
| 25 | .B hostid | 28 | .B hostid |
| 26 | print the host id of this computer. | 29 | print the host id for target device. |
| 27 | .TP | 30 | .TP |
| 28 | .B pair | 31 | .B pair |
| 29 | pair device with this computer. | 32 | pair device with this host. |
| 30 | .TP | 33 | .TP |
| 31 | .B validate | 34 | .B validate |
| 32 | validate if device is paired with this computer. | 35 | validate if device is paired with this host. |
| 33 | .TP | 36 | .TP |
| 34 | .B unpair | 37 | .B unpair |
| 35 | unpair device with this computer. | 38 | unpair device with this host. |
| 36 | .TP | 39 | .TP |
| 37 | .B list | 40 | .B list |
| 38 | list devices paired with this computer. | 41 | list devices paired with this host. |
| 39 | 42 | ||
| 40 | .SH AUTHORS | 43 | .SH AUTHORS |
| 41 | Nikias Bassen | 44 | Nikias Bassen |
| 42 | 45 | ||
| 43 | Man page written to conform with Debian by Julien Lavergne. | 46 | Martin Szulecki |
| 47 | |||
| 48 | Julien Lavergne | ||
