summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am3
-rw-r--r--docs/afcclient.18
2 files changed, 5 insertions, 6 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 4a4c56f..8156d4f 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -18,7 +18,8 @@ man_MANS = \
idevicedebug.1 \
idevicedevmodectl.1 \
idevicenotificationproxy.1 \
- idevicesetlocation.1
+ idevicesetlocation.1 \
+ afcclient.1
EXTRA_DIST = $(man_MANS)
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