From db0e0221e0e445b832e3b4069ea8985c68410f8e Mon Sep 17 00:00:00 2001 From: tomriddly Date: Thu, 2 May 2024 17:12:34 +0800 Subject: tools/afcclient: Update get/put options in help message Signed-off-by: tomriddly --- tools/afcclient.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/afcclient.c') diff --git a/tools/afcclient.c b/tools/afcclient.c index 1cd6858..ba93060 100644 --- a/tools/afcclient.c +++ b/tools/afcclient.c @@ -193,8 +193,8 @@ static void handle_help(afc_client_t afc, int argc, char** argv) printf("ln [-s] FILE [LINK] - create a (symbolic) link to file named LINKNAME\n"); printf(" NOTE: This feature has been disabled in newer versions of iOS.\n"); printf("rm PATH - remove item at PATH\n"); - printf("get PATH [LOCALPATH] - transfer file at PATH from device to LOCALPATH\n"); - printf("put LOCALPATH [PATH] - transfer local file at LOCALPATH to device at PATH\n"); + printf("get [-rf] PATH [LOCALPATH] - transfer file at PATH from device to LOCALPATH\n"); + printf("put [-rf] LOCALPATH [PATH] - transfer local file at LOCALPATH to device at PATH\n"); printf("\n"); } -- cgit v1.1-32-gdbae