From 21ed2dadbf631e65349f4c25b06bb7a65757f9cd Mon Sep 17 00:00:00 2001 From: tmpz23 <28760271+tmpz23@users.noreply.github.com> Date: Mon, 7 Feb 2022 07:32:35 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 43f923a..74e288a 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,10 @@ pack handle max file size using next file (or sys file) offset. Without FD the l ``` afstool.py --pack source_folder optional_dest_file.afs ``` +Rebuild the AFS file system of an unpacked AFS using afs_rebuild.conf and afs_rebuild.csv. See afs_rebuild.conf below for more informations. +``` +afstool.py --rebuild source_folder +``` Print stats about the AFS file or the unpacked AFS folder. This stats contains informations about FD, offsets ranges and files (and sys files) addresses space, and duplicated filenames grouped by filenames. ``` afstool.py --stats source