summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2023-04-10 20:22:33 +0300
committerTimo Teräs <timo.teras@iki.fi>2023-04-11 20:55:13 +0300
commit1f6a072373f1f85dd490c9f34ea83843c746847d (patch)
tree0ebbc20e551535123e26d80591c178e9dbbbd467
parent4d8a920366143c38d5bc521470e353c11e788b04 (diff)
downloadapk-tools-1f6a072373f1f85dd490c9f34ea83843c746847d.tar.gz
apk-tools-1f6a072373f1f85dd490c9f34ea83843c746847d.tar.bz2
apk-tools-1f6a072373f1f85dd490c9f34ea83843c746847d.tar.xz
apk-tools-1f6a072373f1f85dd490c9f34ea83843c746847d.zip
doc: remove inconsistent syntax for option parameters
-rw-r--r--doc/apk.8.scd4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/apk.8.scd b/doc/apk.8.scd
index 009f845..2b31b64 100644
--- a/doc/apk.8.scd
+++ b/doc/apk.8.scd
@@ -82,7 +82,7 @@ The following options are available for all commands.
Interactive mode can be made the default when running on a tty,
by creating /etc/apk/interactive as an empty file.
-*-p, --root* <_ROOT_>
+*-p, --root* _ROOT_
Manage file system at _ROOT_.
*-q, --quiet*
@@ -97,7 +97,7 @@ The following options are available for all commands.
*-V, --version*
Print program version and exit.
-*-X, --repository* <_REPO_>
+*-X, --repository* _REPO_
Specify additional package repository. This option can be specified
multiple times.