diff options
author | 2022-04-30 13:31:20 +0200 | |
---|---|---|
committer | 2022-04-30 13:31:20 +0200 | |
commit | 6cb13f9e6d3939930aecf91d8e23d1896a3b92e5 (patch) | |
tree | 371e4676ac914d9eef6bb4cfc0b5b6dc6f27da4f /docs | |
parent | 3b5cad28fabb236e05b8fff82fab5098127aa2bb (diff) | |
download | libimobiledevice-6cb13f9e6d3939930aecf91d8e23d1896a3b92e5.tar.gz libimobiledevice-6cb13f9e6d3939930aecf91d8e23d1896a3b92e5.tar.bz2 |
tools: Use getopt for option parsing in all tools
Diffstat (limited to 'docs')
-rw-r--r-- | docs/idevicebackup.1 | 2 | ||||
-rw-r--r-- | docs/idevicebackup2.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/idevicebackup.1 b/docs/idevicebackup.1 index 3a40f5f..6f2a8f9 100644 --- a/docs/idevicebackup.1 +++ b/docs/idevicebackup.1 | |||
@@ -7,7 +7,7 @@ idevicebackup \- Create or restore backup for devices. | |||
7 | 7 | ||
8 | .SH DESCRIPTION | 8 | .SH DESCRIPTION |
9 | 9 | ||
10 | Create or restore backup from the current or specified directory. | 10 | Create or restore backup in/from the specified directory. |
11 | 11 | ||
12 | \f[B]NOTE\f[]: This tool is outdated. See idevicebackup2(1) for an updated tool. | 12 | \f[B]NOTE\f[]: This tool is outdated. See idevicebackup2(1) for an updated tool. |
13 | 13 | ||
diff --git a/docs/idevicebackup2.1 b/docs/idevicebackup2.1 index 74d1c68..abbe38a 100644 --- a/docs/idevicebackup2.1 +++ b/docs/idevicebackup2.1 | |||
@@ -7,7 +7,7 @@ idevicebackup2 \- Create or restore backups for devices running iOS 4 or later. | |||
7 | 7 | ||
8 | .SH DESCRIPTION | 8 | .SH DESCRIPTION |
9 | 9 | ||
10 | Create or restore backup from the current or specified directory. | 10 | Create or restore backup in/from the specified directory. |
11 | 11 | ||
12 | .SH OPTIONS | 12 | .SH OPTIONS |
13 | .TP | 13 | .TP |