diff options
Diffstat (limited to 'docs')
-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 | |||
32 | .B ln [-s] FILE [LINK] | 32 | .B ln [-s] FILE [LINK] |
33 | Create a (symbolic) link to file named LINKNAME. \f[B]NOTE: This feature has been disabled in newer versions of iOS\f[]. | 33 | Create 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 |
36 | remove item at PATH | 36 | remove item at PATH |
37 | .TP | 37 | .TP |
38 | .B get PATH [LOCALPATH] | 38 | .B get [-rf] PATH [LOCALPATH] |
39 | 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. | 39 | 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. |
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] |
43 | 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. | 42 | 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. |
44 | \f[B]WARNING\f[]: Existing files will be overwritten! | ||
45 | .TP | 43 | .TP |
46 | 44 | ||
47 | .SH OPTIONS | 45 | .SH OPTIONS |