From 701e23f20b899d839778678cccac68e4395a02db Mon Sep 17 00:00:00 2001 From: tmpz23 <28760271+tmpz23@users.noreply.github.com> Date: Sat, 29 Jan 2022 09:08:30 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd9ba03..588d068 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,9 @@ If the FD is present we use OS mtime to store the date of the file. afstool.py --unpack source_afs.afs optional_dest_folder ``` pack **source_folder** in the default new file _source_folder.afs_. -If optional_dest_file.afs is specified we unpack in _optional_dest_file.afs_. +If optional_dest_file.afs is specified we pack in _optional_dest_file.afs_. If the FD is present we use OS mtime to retrieve and update the date of the file. -pack handle max file size using next file (or sys file) offset. +pack handle max file size using next file (or sys file) offset. Without FD the last file has no max length constraint. ``` afstool.py --pack source_folder optional_dest_file.afs ```