Update README.md

This commit is contained in:
tmpz23 2021-11-15 22:17:34 +01:00 committed by GitHub
parent 620b2ea7c4
commit 76738fb13b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,6 @@ If optional_dest_folder is specified we unpack all files in _optional_dest_folde
``` ```
pzztool.py -bp source_folder optional_dest_folder pzztool.py -bp source_folder optional_dest_folder
``` ```
Pack every folder present in _source_folder_ using the same directory. For each folder a pzz file a folder is created using the name of the pzz. Pack every folder present in _source_folder_ using the same directory. For each folder a pzz file is created using the name of the pzz.
If optional_dest_folder is specified we pack all folders in _optional_dest_folder_ instead of source_folder. If optional_dest_folder is specified we pack all folders in _optional_dest_folder_ instead of source_folder.