summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGravatar tomriddly2024-05-02 17:20:19 +0800
committerGravatar Nikias Bassen2024-05-18 23:18:52 +0200
commitaf3d102b8a3ea0bc374be7eeab25d459d5568c09 (patch)
treeff90c9702f560e16c600da9e9e2b6d626bc064a7 /docs
parentd4bd2673af76d96008ca6d2d44918180426a8ba8 (diff)
downloadlibimobiledevice-af3d102b8a3ea0bc374be7eeab25d459d5568c09.tar.gz
libimobiledevice-af3d102b8a3ea0bc374be7eeab25d459d5568c09.tar.bz2
docs: Update manpage for afcclient
Signed-off-by: tomriddly <tomriddly@qq.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/afcclient.18
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/afcclient.1 b/docs/afcclient.1
index ca7cb86..a4eeacb 100644
--- a/docs/afcclient.1
+++ b/docs/afcclient.1
@@ -32,16 +32,14 @@ create directory at PATH
32.B ln [-s] FILE [LINK] 32.B ln [-s] FILE [LINK]
33Create a (symbolic) link to file named LINKNAME. \f[B]NOTE: This feature has been disabled in newer versions of iOS\f[]. 33Create a (symbolic) link to file named LINKNAME. \f[B]NOTE: This feature has been disabled in newer versions of iOS\f[].
34.TP 34.TP
35.B rm PATH 35.B rm [-rf] PATH
36remove item at PATH 36remove item at PATH
37.TP 37.TP
38.B get PATH [LOCALPATH] 38.B get [-rf] PATH [LOCALPATH]
39transfer file at PATH from device to LOCALPATH, or current directory if omitted. If LOCALPATH is a directory, the file will be stored inside the directory. 39transfer file at PATH from device to LOCALPATH, or current directory if omitted. If LOCALPATH is a directory, the file will be stored inside the directory.
40\f[B]WARNING\f[]: Existing files will be overwritten!
41.TP 40.TP
42.B put LOCALPATH [PATH] 41.B put [-rf] LOCALPATH [PATH]
43transfer local file at LOCALPATH to device at PATH, or current directory if omitted. If PATH is a directory, the file will be stored inside the directory. 42transfer local file at LOCALPATH to device at PATH, or current directory if omitted. If PATH is a directory, the file will be stored inside the directory.
44\f[B]WARNING\f[]: Existing files will be overwritten!
45.TP 43.TP
46 44
47.SH OPTIONS 45.SH OPTIONS