diff options
author | Timo Teräs <timo.teras@iki.fi> | 2023-04-10 20:22:33 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2023-04-11 20:55:13 +0300 |
commit | 1f6a072373f1f85dd490c9f34ea83843c746847d (patch) | |
tree | 0ebbc20e551535123e26d80591c178e9dbbbd467 /doc/apk.8.scd | |
parent | 4d8a920366143c38d5bc521470e353c11e788b04 (diff) | |
download | apk-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
Diffstat (limited to 'doc/apk.8.scd')
-rw-r--r-- | doc/apk.8.scd | 4 |
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. |