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