aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-bindist.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-04-10 21:04:35 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-04-11 10:29:20 +0300
commit8326e7f3b9f8a0dd4bf84cb96cc77652d03eed4c (patch)
tree93cebf933ff2e7a32e658eff6979955adef56c86 /bpkg/pkg-bindist.cli
parent089893e5b5f139d6bfe8c0817b639c9290a6a551 (diff)
Add append/prepend support to pkg-bindist --fedora-dist-tag
Diffstat (limited to 'bpkg/pkg-bindist.cli')
-rw-r--r--bpkg/pkg-bindist.cli12
1 files changed, 7 insertions, 5 deletions
diff --git a/bpkg/pkg-bindist.cli b/bpkg/pkg-bindist.cli
index 65fbeae..1b86cbe 100644
--- a/bpkg/pkg-bindist.cli
+++ b/bpkg/pkg-bindist.cli
@@ -443,11 +443,13 @@ namespace bpkg
string --fedora-dist-tag
{
"<tag>",
- "Alternative distribution tag to use in the binary package release. If
- empty value is specified, then no distribution tag is included. The
- default is a value that identifies the distribution being used to build
- the package, for example, \cb{fc35} for Fedora 35 or \cb{el8} for RHEL
- 8."
+ "Alternative or additional distribution tag to use in the binary package
+ release. If the specified value starts/ends with \cb{+} then the value
+ (with \cb{+} removed) is added after/before the default distribution
+ tag. Otherwise it is used as is instead of the default tag. If empty
+ value is specified, then no distribution tag is included. The default
+ is a value that identifies the distribution being used to build the
+ package, for example, \cb{fc35} for Fedora 35 or \cb{el8} for RHEL 8."
}
string --fedora-packager