xar: simplify descriptions
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
224d20d4ed
commit
67faba5fb3
@@ -2,14 +2,14 @@
|
||||
|
||||
> Manage .xar archives.
|
||||
|
||||
- Create a xar archive of all files in {{directory}}:
|
||||
- Create a xar archive of all files in a given directory:
|
||||
|
||||
`xar -cf {{archive.xar}} {{path/to/directory}}`
|
||||
|
||||
- List the contents of the xar archive sample.xar:
|
||||
- List the contents of a given xar archive:
|
||||
|
||||
`xar -tf {{archive.xar}}`
|
||||
|
||||
- Extract the contents of sample.xar to the current working directory:
|
||||
- Extract the contents of a given xar archive to the current directory:
|
||||
|
||||
`xar -xf {{archive.xar}}`
|
||||
|
Reference in New Issue
Block a user