diff options
author | tomriddly | 2024-05-02 17:20:19 +0800 |
---|---|---|
committer | Nikias Bassen | 2024-05-18 23:18:52 +0200 |
commit | af3d102b8a3ea0bc374be7eeab25d459d5568c09 (patch) | |
tree | ff90c9702f560e16c600da9e9e2b6d626bc064a7 | |
parent | d4bd2673af76d96008ca6d2d44918180426a8ba8 (diff) | |
download | libimobiledevice-af3d102b8a3ea0bc374be7eeab25d459d5568c09.tar.gz libimobiledevice-af3d102b8a3ea0bc374be7eeab25d459d5568c09.tar.bz2 |
docs: Update manpage for afcclient
Signed-off-by: tomriddly <tomriddly@qq.com>
-rw-r--r-- | docs/afcclient.1 | 8 |
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 .B ln [-s] FILE [LINK] Create a (symbolic) link to file named LINKNAME. \f[B]NOTE: This feature has been disabled in newer versions of iOS\f[]. .TP -.B rm PATH +.B rm [-rf] PATH remove item at PATH .TP -.B get PATH [LOCALPATH] +.B get [-rf] PATH [LOCALPATH] transfer 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. -\f[B]WARNING\f[]: Existing files will be overwritten! .TP -.B put LOCALPATH [PATH] +.B put [-rf] LOCALPATH [PATH] transfer 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. -\f[B]WARNING\f[]: Existing files will be overwritten! .TP .SH OPTIONS |