From 76738fb13b2cc7d37f7c4b24274d39b3199c278b Mon Sep 17 00:00:00 2001 From: tmpz23 <28760271+tmpz23@users.noreply.github.com> Date: Mon, 15 Nov 2021 22:17:34 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4bdf95..d37ab00 100644 --- a/README.md +++ b/README.md @@ -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 ``` -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.