summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man1/unzip.md
diff options
context:
space:
mode:
Diffstat (limited to 'Base/usr/share/man/man1/unzip.md')
-rw-r--r--Base/usr/share/man/man1/unzip.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/Base/usr/share/man/man1/unzip.md b/Base/usr/share/man/man1/unzip.md
index 178283231f..b927cb3e02 100644
--- a/Base/usr/share/man/man1/unzip.md
+++ b/Base/usr/share/man/man1/unzip.md
@@ -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