ark: refresh page (#9541)

* Enhance command description

* Fix descriptions and incorrect placeholder
pull/1/head
Emily Grace Seville 2022-12-03 00:23:27 +10:00 committed by GitHub
parent 094dd0fe63
commit 1ab95e8f84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -1,16 +1,16 @@
# ark
> KDE archiving tool.
> KDE's archiving tool.
> More information: <https://docs.kde.org/stable5/en/ark/ark/>.
- Extract an archive into the current directory:
- Extract a specific archive into the current directory:
`ark --batch {{archive}}`
`ark --batch {{path/to/archive}}`
- Change extraction directory:
- Extract an archive into a specific directory:
`ark --batch --destination {{path/to/directory}} {{archive}}`
`ark --batch --destination {{path/to/directory}} {{path/to/archive}}`
- Create an archive if it does not exist and add files to it:
- Create an archive if it does not exist and add specific files to it:
`ark --add-to {{archive}} {{file1}} {{file2}}`
`ark --add-to {{path/to/archive}} {{path/to/file1 path/to/file2 ...}}`