mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:17:44 +00:00
Base: Update man pages for utilities
Man pages for utilities now more closely resemble ArgsParser output
This commit is contained in:
parent
37bbd20cee
commit
8f253a745e
28 changed files with 89 additions and 15 deletions
|
@ -16,6 +16,11 @@ The program is compatible with the PKZIP file format specification.
|
|||
|
||||
The optional [files] argument can be used to only extract specific files within the archive (using wildcards) during the unzip process. A `_` can be used as a single-character wildcard, and `*` can be used as a variable-length wildcard.
|
||||
|
||||
## Options
|
||||
|
||||
* `-d path`, `--output-directory path`: Directory to receive the archive output
|
||||
* `-q`, `--quiet`: Be less verbose
|
||||
|
||||
## Examples
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue