summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libimobiledevice/afc.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/libimobiledevice/afc.h b/include/libimobiledevice/afc.h
index 7637db5..14eec7b 100644
--- a/include/libimobiledevice/afc.h
+++ b/include/libimobiledevice/afc.h
@@ -174,10 +174,7 @@ afc_error_t afc_get_file_info(afc_client_t client, const char *filename, char **
*
* @param client The client to use to open the file.
* @param filename The file to open. (must be a fully-qualified path)
- * @param file_mode The mode to use to open the file. Can be AFC_FILE_READ or
- * AFC_FILE_WRITE; the former lets you read and write, however, and the
- * second one will *create* the file, destroying anything previously
- * there.
+ * @param file_mode The mode to use to open the file.
* @param handle Pointer to a uint64_t that will hold the handle of the file
*
* @return AFC_E_SUCCESS on success or an AFC_E_* error value.