Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-15 00:18:14 +00:00
parent 605e1cdfd8
commit 367b1e4cb2
7 changed files with 56 additions and 23 deletions

View File

@@ -15,7 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
- List a password protected archive file's contents:
`lsar {{path/to/archive}} --password {{password}}`
`lsar {{path/to/archive}} {{[-p|--password]}} {{password}}`
- Print al[L] available information about each file in the archive (it's very long):
@@ -23,12 +23,12 @@ source: https://github.com/tldr-pages/tldr.git
- Test the integrity of the files in the archive (if possible):
`lsar --test {{path/to/archive}}`
`lsar {{[-t|--test]}} {{path/to/archive}}`
- List the archive file's contents in JSON format:
`lsar --json {{path/to/archive}}`
`lsar {{[-j|--json]}} {{path/to/archive}}`
- Display help:
`lsar --help`
`lsar {{-h|--help}}`