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-10 20:22:33 +0300
commitc50c017874fa8e8328440e3430bd204e12c5c64f (patch)
tree832d73cd60ada94869a31fd45570e21db69a7a20
parentfc4ee4889c0aa1a24340290c9a07b705679a72b0 (diff)
downloadapk-tools-c50c017874fa8e8328440e3430bd204e12c5c64f.tar.gz
apk-tools-c50c017874fa8e8328440e3430bd204e12c5c64f.tar.bz2
apk-tools-c50c017874fa8e8328440e3430bd204e12c5c64f.tar.xz
apk-tools-c50c017874fa8e8328440e3430bd204e12c5c64f.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 e8bb966..47347b3 100644
--- a/doc/apk.8.scd
+++ b/doc/apk.8.scd
@@ -84,7 +84,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*
@@ -99,7 +99,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.