engrampa: add suggestion

feature/refresh-nano-2
CleanMachine1 2022-04-16 12:08:50 +02:00
parent 30f95850c0
commit a0d21d1c80
No known key found for this signature in database
GPG Key ID: E648435156E3CB1C
1 changed files with 2 additions and 2 deletions

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 ...}}`