Mise à jour de 'README.md'

This commit is contained in:
rmanach 2022-04-12 17:08:00 +00:00
parent 59cfca64d2
commit 60499589b1

View File

@ -33,7 +33,7 @@ make build
./packer -r ^.*\.log$ -d /root/logs -o root_logs.zip
# zip '.doc' files located in the current directory
# the zip archive will be create in '/home/tutu/doc/'
# the zip archive will be created in '/home/tutu/doc/'
# all '.doc' files will be removed after successful zip
./packer -r ^.*\.doc$ -o /home/tutu/doc/root_log.zip -x
```