engrampa: add suggestion

This commit is contained in:
CleanMachine1
2022-04-16 12:08:50 +02:00
parent 30f95850c0
commit a0d21d1c80

View File

@@ -12,10 +12,10 @@
`engrampa {{path/to/archive1.tar path/to/archive2.tar ...}}`
- Archive specific files/directories recursively:
- Archive specific files and/or directories recursively:
`engrampa --add-to={{path/to/compressed.tar}} {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}`
- Extract files/directories from archives to a specific path:
- Extract files and/or directories from archives to a specific path:
`engrampa --extract-to={{path/to/directory}} {{path/to/archive1.tar path/to/archive2.tar ...}}`