Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJaroslav Lichtblau <svetlemodry@archlinux.org>2024-06-26 16:12:56 +0000
committerChristian Heusel <christian@heusel.eu>2024-06-26 21:00:19 +0200
commit27eebe383d0b571c08cba991e4824768d7623602 (patch)
tree7891de98daf7c210ecc6631811a05955de54ddee /src
parentd6d416b653c339043ac3ee429b526af481521564 (diff)
doc: fix the example command in the help textupstreamMaster
the '--pkgver' argument is not space-separated but instead specified with an equals sign. Component: pkgctl build
Diffstat (limited to 'src')
-rw-r--r--src/lib/build/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/build/build.sh b/src/lib/build/build.sh
index b82011b..9f724dd 100644
--- a/src/lib/build/build.sh
+++ b/src/lib/build/build.sh
@@ -80,7 +80,7 @@ pkgctl_build_usage() {
EXAMPLES
$ ${COMMAND}
$ ${COMMAND} --rebuild --staging --message 'libyay 0.42 rebuild' libfoo libbar
- $ ${COMMAND} --pkgver 1.42 --release --db-update
+ $ ${COMMAND} --pkgver=1.42 --release --db-update
_EOF_
}