From 5df59d63453e4ea87a4d74a4d5f5ccaf4e1b462c Mon Sep 17 00:00:00 2001 From: lifegpc Date: Mon, 3 Nov 2025 22:31:21 +0800 Subject: [PATCH] Update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2bca6fb..8121c32 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,10 @@ msg-tool import ### Pack files into an archive ```bash msg-tool pack -t [output] +# Pack multiple files/folders into an archive +# If output is not specified, the archive file will be named with the first input's name with the appropriate extension. +# Use --dep-file xxxx.d to generate a dep file for other build systems. (such as ninja) +msg-tool pack-v2 -t -o ... ``` ### Unpack an archive file